commit-graph: expire commit-graph files
[gitweb.git] / builtin / merge.c
index e47d77baeebe888cfb67f8e03804ffc3ee3715c0..72d7a7c909080cd08c59a6c12c95a516cf08916d 100644 (file)
@@ -449,7 +449,7 @@ static void finish(struct commit *head_commit,
                         * We ignore errors in 'gc --auto', since the
                         * user should see them.
                         */
-                       close_all_packs(the_repository->objects);
+                       close_object_store(the_repository->objects);
                        run_command_v_opt(argv_gc_auto, RUN_GIT_CMD);
                }
        }