The fourteenth batch

Signed-off-by: Junio C Hamano <gitster@pobox.com>
maint
Junio C Hamano 2023-04-27 16:00:32 -07:00
parent 57a3b971e9
commit f85cd430b1
1 changed files with 5 additions and 0 deletions

View File

@ -113,6 +113,11 @@ Performance, Internal Implementation, Development Support etc.

* "git write-tree" learns to work better with sparse-index.

* The on-disk reverse index that allows mapping from the pack offset
to the object name for the object stored at the offset has been
enabled by default.

* "git fsck" learned to validate the on-disk pack reverse index files.


Fixes since v2.40