]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'ab/reverse-midx-optim'
authorJunio C Hamano <gitster@pobox.com>
Wed, 15 Sep 2021 20:15:27 +0000 (13:15 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 15 Sep 2021 20:15:27 +0000 (13:15 -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