Skip to content

Commit 7f4e641

Browse files
committed
Git 2.20-rc1
Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent 7cb1ea1 commit 7f4e641

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

Documentation/RelNotes/2.20.0.txt

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -258,8 +258,8 @@ Performance, Internal Implementation, Development Support etc.
258258
used during tests are getting renamed for consistency.
259259
(merge 4231d1ba99 bp/rename-test-env-var later to maint).
260260

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.
263263

264264
* The oidset API was built on top of the oidmap API which in turn is
265265
on the hashmap API. Replace the implementation to build on top of
@@ -634,6 +634,11 @@ Fixes since v2.19
634634
used by the diffstat (shown in the cover letter).
635635
(merge 284aeb7e60 nd/format-patch-cover-letter-stat-width later to maint).
636636

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+
637642
* Code cleanup, docfix, build fix, etc.
638643
(merge 96a7501aad ts/doc-build-manpage-xsl-quietly later to maint).
639644
(merge b9b07efdb2 tg/conflict-marker-size later to maint).

GIT-VERSION-GEN

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/sh
22

33
GVF=GIT-VERSION-FILE
4-
DEF_VER=v2.20.0-rc0
4+
DEF_VER=v2.20.0-rc1
55

66
LF='
77
'

0 commit comments

Comments
 (0)