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]
/
fast-import.c
diff --git
a/fast-import.c
b/fast-import.c
index 47981e6db7f7349ea3cfed5620a2d48750ba86cf..37a44752a8178732af10da28a14b61d10b883395 100644
(file)
--- a/
fast-import.c
+++ b/
fast-import.c
@@
-3473,7
+3473,6
@@
int cmd_main(int argc, const char **argv)
rc_free[i].next = &rc_free[i + 1];
rc_free[cmd_save - 1].next = NULL;
- prepare_packed_git(the_repository);
start_packfile();
set_die_routine(die_nicely);
set_checkpoint_signal();