rebase: strip unused code in git-rebase--preserve-merges.sh
[gitweb.git] / http-backend.c
index 64dde78c1b4e9f96bedc2833b1c4e5b8407c6d73..cc16cd04ad00a85c0a8a73eec837760b293a3489 100644 (file)
@@ -5,7 +5,7 @@
 #include "pkt-line.h"
 #include "object.h"
 #include "tag.h"
-#include "exec_cmd.h"
+#include "exec-cmd.h"
 #include "run-command.h"
 #include "string-list.h"
 #include "url.h"
@@ -519,7 +519,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++;