Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2020-07-17 04:02:52 +0300
committerJunio C Hamano <gitster@pobox.com>2020-07-17 04:02:52 +0300
commit3ddac3d691c3633cd4d9a74c07e3b2301f546f77 (patch)
tree545f7fc7f66afa9a0cff98db56ab6365542dcaa2
parentd13b7f21989335c0ac14e3a0c7eaaee0bc30ea70 (diff)
Git 2.28-rc1v2.28.0-rc1
Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r--Documentation/RelNotes/2.28.0.txt8
-rwxr-xr-xGIT-VERSION-GEN2
2 files changed, 9 insertions, 1 deletions
diff --git a/Documentation/RelNotes/2.28.0.txt b/Documentation/RelNotes/2.28.0.txt
index 542a139c53..934f5e652b 100644
--- a/Documentation/RelNotes/2.28.0.txt
+++ b/Documentation/RelNotes/2.28.0.txt
@@ -118,6 +118,14 @@ Performance, Internal Implementation, Development Support etc.
* 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
-----------------
diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN
index 7b0cfeb92e..2b7babbcf2 100755
--- a/GIT-VERSION-GEN
+++ b/GIT-VERSION-GEN
@@ -1,7 +1,7 @@
#!/bin/sh
GVF=GIT-VERSION-FILE
-DEF_VER=v2.27.GIT
+DEF_VER=v2.28-rc1
LF='
'