Skip to content

Commit 3ddac3d

Browse files
committed
Git 2.28-rc1
Signed-off-by: Junio C Hamano <[email protected]>
1 parent d13b7f2 commit 3ddac3d

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

Documentation/RelNotes/2.28.0.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,14 @@ Performance, Internal Implementation, Development Support etc.
118118

119119
* The effort to avoid using test_must_fail on non-git command continues.
120120

121+
* In 2.28-rc0, we corrected a bug that some repository extensions are
122+
honored by mistake even in a version 0 repositories (these
123+
configuration variables in extensions.* namespace were supposed to
124+
have special meaning in repositories whose version numbers are 1 or
125+
higher), but this was a bit too big a change. The behaviour in
126+
recent versions of Git where certaion extensions.* were honored by
127+
mistake even in version 0 repositories has been restored.
128+
121129

122130
Fixes since v2.27
123131
-----------------

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.27.GIT
4+
DEF_VER=v2.28-rc1
55

66
LF='
77
'

0 commit comments

Comments
 (0)