summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2018-10-10 03:38:03 (GMT)
committerJunio C Hamano <gitster@pobox.com>2018-10-10 03:38:03 (GMT)
commit5a0cc8aca797dbd7d2be3b67458ff880ed45cddf (patch)
tree29f1481b9da4a21e56f77afa9503417bb1d763a0
parent66ec2373feaf1f85c0ed3f9b5b13f005bfd4dba4 (diff)
downloadgit-5a0cc8aca797dbd7d2be3b67458ff880ed45cddf.zip
git-5a0cc8aca797dbd7d2be3b67458ff880ed45cddf.tar.gz
git-5a0cc8aca797dbd7d2be3b67458ff880ed45cddf.tar.bz2
Third batch for 2.20
Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r--Documentation/RelNotes/2.20.0.txt16
1 files changed, 16 insertions, 0 deletions
diff --git a/Documentation/RelNotes/2.20.0.txt b/Documentation/RelNotes/2.20.0.txt
index 007bc06..2cc5fd7 100644
--- a/Documentation/RelNotes/2.20.0.txt
+++ b/Documentation/RelNotes/2.20.0.txt
@@ -55,6 +55,9 @@ UI, Workflows & Features
to be unmoving anchoring points. "git fetch" was taught to forbid
updates to existing tags without the "--force" option.
+ * "git multi-pack-index" learned to detect corruption in the .midx
+ file it uses, and this feature has been integrated into "git fsck".
+
Performance, Internal Implementation, Development Support etc.
@@ -92,6 +95,19 @@ Performance, Internal Implementation, Development Support etc.
manually). Also, as a convenience, expand the number of cases in
which --force is applicable.
+ * Split Documentation/config.txt for easier maintenance.
+ (merge 6014363f0b nd/config-split later to maint).
+
+ * Test helper binaries clean-up.
+ (merge c9a1f4161f nd/test-tool later to maint).
+
+ * Various tests have been updated to make it easier to swap the
+ hash function used for object identification.
+ (merge ae0c89d41b bc/hash-independent-tests later to maint).
+
+ * Update fsck.skipList implementation and documentation.
+ (merge 371a655074 ab/fsck-skiplist later to maint).
+
Fixes since v2.19
-----------------