X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=sha1_file.c;h=9ee1ed16ad2df8847bd5008a5d61c807c145357a;hb=5a1e8707a6d9c7016a59d9987c1bc72ffe1252c8;hp=2aff59b90f9f290d1260eea1028585f738549d50;hpb=837a156197e7921c256e6189d838963d2999fcb6;p=git.git diff --git a/sha1_file.c b/sha1_file.c index 2aff59b90..9ee1ed16a 100644 --- a/sha1_file.c +++ b/sha1_file.c @@ -990,6 +990,7 @@ void prepare_packed_git(void) void reprepare_packed_git(void) { + discard_revindex(); prepare_packed_git_run_once = 0; prepare_packed_git(); }