Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
packfile: keep prepare_packed_git() private
[gitweb.git]
/
builtin
/
am.c
diff --git
a/builtin/am.c
b/builtin/am.c
index 5bdd2d75781076636f93800520e9ed161295724f..47beddbe24040d81dea28a61d9e7f7bd0e791653 100644
(file)
--- a/
builtin/am.c
+++ b/
builtin/am.c
@@
-1859,7
+1859,7
@@
static void am_run(struct am_state *state, int resume)
*/
if (!state->rebasing) {
am_destroy(state);
- close_all_packs();
+ close_all_packs(
the_repository->objects
);
run_command_v_opt(argv_gc_auto, RUN_GIT_CMD);
}
}