]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Git 2.28-rc1 v2.28.0-rc1
authorJunio C Hamano <gitster@pobox.com>
Fri, 17 Jul 2020 01:02:52 +0000 (18:02 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 17 Jul 2020 01:02:52 +0000 (18:02 -0700)
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/RelNotes/2.28.0.txt
GIT-VERSION-GEN

index 542a139c53fdc1bdb05f636d5ecc0f4183be064b..934f5e652baf24355dd6d98ffa0dd96156bb6a60 100644 (file)
@@ -118,6 +118,14 @@ Performance, Internal Implementation, Development Support etc.
 
  * The effort to avoid using test_must_fail on non-git command continues.
 
 
  * The effort to avoid using test_must_fail on non-git command continues.
 
+ * In 2.28-rc0, we corrected a bug that some repository extensions are
+   honored by mistake even in a version 0 repositories (these
+   configuration variables in extensions.* namespace were supposed to
+   have special meaning in repositories whose version numbers are 1 or
+   higher), but this was a bit too big a change.  The behaviour in
+   recent versions of Git where certaion extensions.* were honored by
+   mistake even in version 0 repositories has been restored.
+
 
 Fixes since v2.27
 -----------------
 
 Fixes since v2.27
 -----------------
index 7b0cfeb92eb9f80a13ca16334e647f2ce70bef40..2b7babbcf22b9163f2fd38983838e26441393317 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 GVF=GIT-VERSION-FILE
 #!/bin/sh
 
 GVF=GIT-VERSION-FILE
-DEF_VER=v2.27.GIT
+DEF_VER=v2.28-rc1
 
 LF='
 '
 
 LF='
 '