Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
commit-graph: expire commit-graph files
[gitweb.git]
/
builtin
/
merge.c
diff --git
a/builtin/merge.c
b/builtin/merge.c
index e47d77baeebe888cfb67f8e03804ffc3ee3715c0..72d7a7c909080cd08c59a6c12c95a516cf08916d 100644
(file)
--- a/
builtin/merge.c
+++ b/
builtin/merge.c
@@
-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);
}
}