diff options
author | Junio C Hamano <gitster@pobox.com> | 2020-03-12 22:28:01 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2020-03-12 22:28:01 +0100 |
commit | b4f0038525623e0e5aa3b35d520de909618cae98 (patch) | |
tree | 5f4056c2fed1880f4faddb834691ebda724bbf0e /Documentation | |
parent | Merge branch 'ds/sparse-add' (diff) | |
parent | git-rebase.txt: highlight backend differences with commit rewording (diff) | |
download | git-b4f0038525623e0e5aa3b35d520de909618cae98.tar.xz git-b4f0038525623e0e5aa3b35d520de909618cae98.zip |
Merge branch 'en/rebase-backend'
Band-aid fixes for two fallouts from switching the default "rebase"
backend.
* en/rebase-backend:
git-rebase.txt: highlight backend differences with commit rewording
sequencer: clear state upon dropping a become-empty commit
i18n: unmark a message in rebase.c
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/git-rebase.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Documentation/git-rebase.txt b/Documentation/git-rebase.txt index 8c1f4b8268..f7a6033607 100644 --- a/Documentation/git-rebase.txt +++ b/Documentation/git-rebase.txt @@ -699,6 +699,16 @@ suffer from the same shortcoming. (See https://lore.kernel.org/git/20200207132152.GC2868@szeder.dev/ for details.) +Commit Rewording +~~~~~~~~~~~~~~~~ + +When a conflict occurs while rebasing, rebase stops and asks the user +to resolve. Since the user may need to make notable changes while +resolving conflicts, after conflicts are resolved and the user has run +`git rebase --continue`, the rebase should open an editor and ask the +user to update the commit message. The merge backend does this, while +the apply backend blindly applies the original commit message. + Miscellaneous differences ~~~~~~~~~~~~~~~~~~~~~~~~~ |