diff options
author | Junio C Hamano <gitster@pobox.com> | 2023-04-28 01:00:32 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2023-04-28 01:00:59 +0200 |
commit | f85cd430b12b0d3e4f1a30ef3239a1b73d5f6331 (patch) | |
tree | bf78d121cf4d9b37d275dc41f443231fe9f5d1f3 /Documentation/RelNotes/2.41.0.txt | |
parent | Merge branch 'fc/doc-checkout-markup-updates' (diff) | |
download | git-f85cd430b12b0d3e4f1a30ef3239a1b73d5f6331.tar.xz git-f85cd430b12b0d3e4f1a30ef3239a1b73d5f6331.zip |
The fourteenth batch
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to '')
-rw-r--r-- | Documentation/RelNotes/2.41.0.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Documentation/RelNotes/2.41.0.txt b/Documentation/RelNotes/2.41.0.txt index 63345b9595..e7f371466b 100644 --- a/Documentation/RelNotes/2.41.0.txt +++ b/Documentation/RelNotes/2.41.0.txt @@ -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 |