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-backend.c
diff --git
a/http-backend.c
b/http-backend.c
index 43c49fcce615772ea30eac397510a0134ce440c4..bf9b9199e1056b042c3f7afaa308272bd7c647b6 100644
(file)
--- a/
http-backend.c
+++ b/
http-backend.c
@@
-523,7
+523,6
@@
static void get_info_packs(struct strbuf *hdr, char *arg)
size_t cnt = 0;
select_getanyfile(hdr);
- prepare_packed_git();
for (p = get_packed_git(the_repository); p; p = p->next) {
if (p->pack_local)
cnt++;