Merge branch 'sb/packfiles-in-repository' into next
[gitweb.git] / http-backend.c
index 43c49fcce615772ea30eac397510a0134ce440c4..bf9b9199e1056b042c3f7afaa308272bd7c647b6 100644 (file)
@@ -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++;