Skip to content

Commit 6c85aac

Browse files
committed
Git 2.26-rc2
Signed-off-by: Junio C Hamano <[email protected]>
1 parent 74f172e commit 6c85aac

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

Documentation/RelNotes/2.26.0.txt

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,9 @@ Backward compatibility notes
1212

1313
If your workflow is negatively affected by this change, please
1414
report it to [email protected] 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.
1918

2019

2120
UI, Workflows & Features

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

66
LF='
77
'

0 commit comments

Comments
 (0)