Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
packfile: add repository argument to prepare_packed_git_one
[gitweb.git]
/
fast-import.c
diff --git
a/fast-import.c
b/fast-import.c
index b3492fce5c440763d14d64c63537c18ca0186b82..ae4ced3ae186a7c6d323e580fe5fa1873fb67b3b 100644
(file)
--- a/
fast-import.c
+++ b/
fast-import.c
@@
-1038,7
+1038,7
@@
static void end_packfile(void)
if (!new_p)
die("core git rejected index %s", idx_name);
all_packs[pack_id] = new_p;
- install_packed_git(new_p);
+ install_packed_git(
the_repository,
new_p);
free(idx_name);
/* Print the boundary */