We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21a15f4 commit 2d5e9f3Copy full SHA for 2d5e9f3
Documentation/RelNotes/2.27.0.txt
@@ -24,6 +24,10 @@ Backward compatibility notes
24
users may find annoying---those who prefer not to rebase need to
25
set the variable to false to squelch the warning.
26
27
+ * The transport protocol version 2, which was promoted to the default
28
+ in Git 2.26 release, turned out to have some remaining rough edges,
29
+ so it has been demoted from the default.
30
+
31
32
UI, Workflows & Features
33
GIT-VERSION-GEN
@@ -1,7 +1,7 @@
1
#!/bin/sh
2
3
GVF=GIT-VERSION-FILE
4
-DEF_VER=v2.27.0-rc1
+DEF_VER=v2.27.0-rc2
5
6
LF='
7
'
0 commit comments