forked from git/git
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Junio C Hamano <[email protected]>
- Loading branch information
Showing
2 changed files
with
4 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,10 +12,9 @@ Backward compatibility notes | |
|
||
If your workflow is negatively affected by this change, please | ||
report it to [email protected] so that we can take a look into | ||
it. In the meantime, the 'rebase.backend' configuration variable | ||
can be set in order to use the old default behaviour (the value to | ||
do so is not described here---it is given to those who report their | ||
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. | ||
|
||
|
||
UI, Workflows & Features | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
#!/bin/sh | ||
|
||
GVF=GIT-VERSION-FILE | ||
DEF_VER=v2.26.0-rc1 | ||
DEF_VER=v2.26.0-rc2 | ||
|
||
LF=' | ||
' | ||
|