Git fork

Git 2.26-rc2

Signed-off-by: Junio C Hamano <gitster@pobox.com>

+4 -5
+3 -4
Documentation/RelNotes/2.26.0.txt
··· 12 12 13 13 If your workflow is negatively affected by this change, please 14 14 report it to git@vger.kernel.org so that we can take a look into 15 - it. In the meantime, the 'rebase.backend' configuration variable 16 - can be set in order to use the old default behaviour (the value to 17 - do so is not described here---it is given to those who report their 18 - issues to the list ;-). 15 + it. After doing so, you can set the 'rebase.backend' configuration 16 + variable to 'apply', in order to use the old default behaviour in 17 + the meantime. 19 18 20 19 21 20 UI, Workflows & Features
+1 -1
GIT-VERSION-GEN
··· 1 1 #!/bin/sh 2 2 3 3 GVF=GIT-VERSION-FILE 4 - DEF_VER=v2.26.0-rc1 4 + DEF_VER=v2.26.0-rc2 5 5 6 6 LF=' 7 7 '