Skip to content

Commit 5a0cc8a

Browse files
committed
Third batch for 2.20
Signed-off-by: Junio C Hamano <[email protected]>
1 parent 66ec237 commit 5a0cc8a

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

Documentation/RelNotes/2.20.0.txt

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,9 @@ UI, Workflows & Features
5555
to be unmoving anchoring points. "git fetch" was taught to forbid
5656
updates to existing tags without the "--force" option.
5757

58+
* "git multi-pack-index" learned to detect corruption in the .midx
59+
file it uses, and this feature has been integrated into "git fsck".
60+
5861

5962
Performance, Internal Implementation, Development Support etc.
6063

@@ -92,6 +95,19 @@ Performance, Internal Implementation, Development Support etc.
9295
manually). Also, as a convenience, expand the number of cases in
9396
which --force is applicable.
9497

98+
* Split Documentation/config.txt for easier maintenance.
99+
(merge 6014363f0b nd/config-split later to maint).
100+
101+
* Test helper binaries clean-up.
102+
(merge c9a1f4161f nd/test-tool later to maint).
103+
104+
* Various tests have been updated to make it easier to swap the
105+
hash function used for object identification.
106+
(merge ae0c89d41b bc/hash-independent-tests later to maint).
107+
108+
* Update fsck.skipList implementation and documentation.
109+
(merge 371a655074 ab/fsck-skiplist later to maint).
110+
95111

96112
Fixes since v2.19
97113
-----------------

0 commit comments

Comments
 (0)