]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Git 2.27-rc2 v2.27.0-rc2
authorJunio C Hamano <gitster@pobox.com>
Tue, 26 May 2020 16:38:13 +0000 (09:38 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 26 May 2020 16:38:13 +0000 (09:38 -0700)
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/RelNotes/2.27.0.txt
GIT-VERSION-GEN

index 44b4b6118cf316cee573205d8b7d45dac4ad0815..15518d06c1112e7b53aa4b9976d23602edc4e8c4 100644 (file)
@@ -24,6 +24,10 @@ Backward compatibility notes
    users may find annoying---those who prefer not to rebase need to
    set the variable to false to squelch the warning.
 
+ * The transport protocol version 2, which was promoted to the default
+   in Git 2.26 release, turned out to have some remaining rough edges,
+   so it has been demoted from the default.
+
 
 UI, Workflows & Features
 
index 165ce7a4a465ab390ce2a012e882fcd3f5e12de8..c30d71abda0b3dc96784f78f72f412e568335a07 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 GVF=GIT-VERSION-FILE
-DEF_VER=v2.27.0-rc1
+DEF_VER=v2.27.0-rc2
 
 LF='
 '