We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74f172e commit 6c85aacCopy full SHA for 6c85aac
Documentation/RelNotes/2.26.0.txt
@@ -12,10 +12,9 @@ Backward compatibility notes
12
13
If your workflow is negatively affected by this change, please
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 ;-).
+ it. After doing so, you can set the 'rebase.backend' configuration
+ variable to 'apply', in order to use the old default behaviour in
+ the meantime.
19
20
21
UI, Workflows & Features
GIT-VERSION-GEN
@@ -1,7 +1,7 @@
1
#!/bin/sh
2
3
GVF=GIT-VERSION-FILE
4
-DEF_VER=v2.26.0-rc1
+DEF_VER=v2.26.0-rc2
5
6
LF='
7
'
0 commit comments