Merge branch 'ss/travis-ci-force-vm-mode' into maint
[gitweb.git] / builtin / pack-objects.c
index 29d48f38671116594494ca8904193936ed7ea77b..ad3c650c08a2390a6e6fdebc05bd5bd7019f5664 100644 (file)
@@ -2990,6 +2990,7 @@ static void get_object_list(int ac, const char **av)
 
        init_revisions(&revs, NULL);
        save_commit_buffer = 0;
+       revs.allow_exclude_promisor_objects_opt = 1;
        setup_revisions(ac, av, &revs, NULL);
 
        /* make sure shallows are read */