Remove --kept-pack-only option and associated infrastructure
[gitweb.git] / builtin-pack-objects.c
index aae4d243b3c69a2206fb07006cc3691b2020052f..6222f19c7887658d872a4b096ec8dc4988669107 100644 (file)
@@ -2149,7 +2149,6 @@ int cmd_pack_objects(int argc, const char **argv, const char *prefix)
                        continue;
                }
                if (!strcmp("--unpacked", arg) ||
-                   !strcmp("--kept-pack-only", arg) ||
                    !strcmp("--reflog", arg) ||
                    !strcmp("--all", arg)) {
                        use_internal_rev_list = 1;