]> git.ipfire.org Git - thirdparty/git.git/blobdiff - builtin/gc.c
Merge branch 'ds/feature-macros'
[thirdparty/git.git] / builtin / gc.c
index 4b8fbb9965c88ae44f88e62aa30e5737d95b1cc8..a22b6ff683465a3addeb059c89775e080197f155 100644 (file)
@@ -686,7 +686,7 @@ int cmd_gc(int argc, const char **argv, const char *prefix)
        prepare_repo_settings(the_repository);
        if (the_repository->settings.gc_write_commit_graph == 1)
                write_commit_graph_reachable(get_object_directory(),
-                                            !quiet && !daemonized ? COMMIT_GRAPH_PROGRESS : 0,
+                                            !quiet && !daemonized ? COMMIT_GRAPH_WRITE_PROGRESS : 0,
                                             NULL);
 
        if (auto_gc && too_many_loose_objects())