Git 2.27-rc2
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
parent
21a15f43c9
commit
2d5e9f31ac
@ -24,6 +24,10 @@ Backward compatibility notes
|
|||||||
users may find annoying---those who prefer not to rebase need to
|
users may find annoying---those who prefer not to rebase need to
|
||||||
set the variable to false to squelch the warning.
|
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
|
UI, Workflows & Features
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
GVF=GIT-VERSION-FILE
|
GVF=GIT-VERSION-FILE
|
||||||
DEF_VER=v2.27.0-rc1
|
DEF_VER=v2.27.0-rc2
|
||||||
|
|
||||||
LF='
|
LF='
|
||||||
'
|
'
|
||||||
|
Loading…
Reference in New Issue
Block a user