Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'sb/packfiles-in-repository' into next
[gitweb.git]
/
http.c
diff --git
a/http.c
b/http.c
index 65f09b53dc9bcf6bb5a8796d27fda5dce62b9fd3..fed13b2169a49aa602fc2ff21d45e368e1734d79 100644
(file)
--- a/
http.c
+++ b/
http.c
@@
-2130,7
+2130,7
@@
int finish_http_pack_request(struct http_pack_request *preq)
return -1;
}
- install_packed_git(p);
+ install_packed_git(
the_repository,
p);
free(tmp_idx);
return 0;
}