Third batch for 2.20
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Junio C Hamano committed
Oct 10, 2018 at 12:38 UTC
5a0cc8aca797dbd7d2be3b67458ff880ed45cddf
1 file changed
+16
Documentation/RelNotes/2.20.0.txt
+16
@@ -55,6 +55,9 @@ UI, Workflows & Features
55
to be unmoving anchoring points. "git fetch" was taught to forbid
56
updates to existing tags without the "--force" option.
57
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
+
61
62
Performance, Internal Implementation, Development Support etc.
63
@@ -92,6 +95,19 @@ Performance, Internal Implementation, Development Support etc.
95
manually). Also, as a convenience, expand the number of cases in
96
which --force is applicable.
97
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
+
111
112
Fixes since v2.19
113
-----------------