File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -12,10 +12,9 @@ Backward compatibility notes
12
12
13
13
If your workflow is negatively affected by this change, please
14
14
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.
19
18
20
19
21
20
UI, Workflows & Features
Original file line number Diff line number Diff line change 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
'
You can’t perform that action at this time.
0 commit comments