]> git.ipfire.org Git - thirdparty/git.git/blobdiff - builtin/pack-objects.c
rev-list: add an option to mark fewer edges as uninteresting
[thirdparty/git.git] / builtin / pack-objects.c
index 3f9f5c7760a63bc2deb32b75f500ac0d1bc87538..f93a17c4655197d443dfcb71a3f86bbeb22c558c 100644 (file)
@@ -2711,7 +2711,7 @@ int cmd_pack_objects(int argc, const char **argv, const char *prefix)
        argv_array_push(&rp, "pack-objects");
        if (thin) {
                use_internal_rev_list = 1;
-               argv_array_push(&rp, "--objects-edge");
+               argv_array_push(&rp, "--objects-edge-aggressive");
        } else
                argv_array_push(&rp, "--objects");