From 2d5e9f31ac46017895ce6a183467037d29ceb9d3 Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Tue, 26 May 2020 09:38:13 -0700 Subject: [PATCH] Git 2.27-rc2 Signed-off-by: Junio C Hamano --- Documentation/RelNotes/2.27.0.txt | 4 ++++ GIT-VERSION-GEN | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Documentation/RelNotes/2.27.0.txt b/Documentation/RelNotes/2.27.0.txt index 44b4b6118c..15518d06c1 100644 --- a/Documentation/RelNotes/2.27.0.txt +++ b/Documentation/RelNotes/2.27.0.txt @@ -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 diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN index 165ce7a4a4..c30d71abda 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v2.27.0-rc1 +DEF_VER=v2.27.0-rc2 LF=' ' -- 2.39.2