Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
do not discard revindex when re-preparing packfiles
[gitweb.git]
/
sha1_file.c
diff --git
a/sha1_file.c
b/sha1_file.c
index 129496250c3673c1f62a5da5db728703501ddf0f..36d55c05f782e717c8d3a730878050fee390fe5a 100644
(file)
--- a/
sha1_file.c
+++ b/
sha1_file.c
@@
-1279,7
+1279,6
@@
void prepare_packed_git(void)
void reprepare_packed_git(void)
{
- discard_revindex();
prepare_packed_git_run_once = 0;
prepare_packed_git();
}