]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'zh/read-cache-copy-name-entry-fix'
authorJunio C Hamano <gitster@pobox.com>
Mon, 13 Jun 2022 22:53:43 +0000 (15:53 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 13 Jun 2022 22:53:43 +0000 (15:53 -0700)
Remove redundant copying (with index v3 and older) or possible
over-reading beyond end of mmapped memory (with index v4) has been
corrected.

* zh/read-cache-copy-name-entry-fix:
  read-cache.c: reduce unnecessary cache entry name copying

1  2 
read-cache.c

diff --cc read-cache.c
Simple merge