]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'ab/reverse-midx-optim' into maint
authorJunio C Hamano <gitster@pobox.com>
Tue, 12 Oct 2021 20:51:45 +0000 (13:51 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 12 Oct 2021 20:51:45 +0000 (13:51 -0700)
The code that optionally creates the *.rev reverse index file has
been optimized to avoid needless computation when it is not writing
the file out.

* ab/reverse-midx-optim:
  pack-write: skip *.rev work when not writing *.rev

1  2 
pack-write.c

diff --cc pack-write.c
Simple merge