Git 2.20-rc1
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Junio C Hamano committed
Nov 21, 2018 at 23:24 UTC
7f4e64169352e03476b0ea64e7e2973669e491a2
2 files changed
+8
-3
Documentation/RelNotes/2.20.0.txt
+7
-2
@@ -258,8 +258,8 @@ Performance, Internal Implementation, Development Support etc.
258
used during tests are getting renamed for consistency.
259
(merge 4231d1ba99 bp/rename-test-env-var later to maint).
260
261
- * A new extension to the index file has been introduced, which allows
262
- the index file to be read in parallel for performance.
261
+ * A pair of new extensions to the index file have been introduced.
262
+ They allow the index file to be read in parallel for performance.
263
264
* The oidset API was built on top of the oidmap API which in turn is
265
on the hashmap API. Replace the implementation to build on top of
@@ -634,6 +634,11 @@ Fixes since v2.19
634
used by the diffstat (shown in the cover letter).
635
(merge 284aeb7e60 nd/format-patch-cover-letter-stat-width later to maint).
636
637
+ * The way .git/index and .git/sharedindex* files were initially
638
+ created gave these files different perm bits until they were
639
+ adjusted for shared repository settings. This was made consistent.
640
+ (merge c9d6c78870 cc/shared-index-permbits later to maint).
641
+
642
* Code cleanup, docfix, build fix, etc.
643
(merge 96a7501aad ts/doc-build-manpage-xsl-quietly later to maint).
644
(merge b9b07efdb2 tg/conflict-marker-size later to maint).
GIT-VERSION-GEN
+1
-1
@@ -1,7 +1,7 @@
1
#!/bin/sh
2
3
GVF=GIT-VERSION-FILE
4
-DEF_VER=v2.20.0-rc0
4
+DEF_VER=v2.20.0-rc1
5
6
LF='
7
'