Skip to content

Commit 2d5e9f3

Browse files
committed
Git 2.27-rc2
Signed-off-by: Junio C Hamano <[email protected]>
1 parent 21a15f4 commit 2d5e9f3

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

Documentation/RelNotes/2.27.0.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@ Backward compatibility notes
2424
users may find annoying---those who prefer not to rebase need to
2525
set the variable to false to squelch the warning.
2626

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+
2731

2832
UI, Workflows & Features
2933

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.0-rc1
4+
DEF_VER=v2.27.0-rc2
55

66
LF='
77
'

0 commit comments

Comments
 (0)