discard revindex data when pack list changes
This is needed to fix verify-pack -v with multiple pack arguments. Also, in theory, revindex data (if any) must be discarded whenever reprepare_packed_git() is called. In practice this is hard to trigger though. Signed-off-by: Nicolas Pitre <nico@cam.org> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:

committed by
Junio C Hamano

parent
a81892dd8c
commit
4b480c6716
@ -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();
|
||||
}
|
||||
|
Reference in New Issue
Block a user