Merge branch 'pw/rebase-i-error-message' into maint-2.45
When the user adds to "git rebase -i" instruction to "pick" a merge commit, the error experience is not pleasant. Such an error is now caught earlier in the process that parses the todo list. * pw/rebase-i-error-message: rebase -i: improve error message when picking merge rebase -i: pass struct replay_opts to parse_insn_line()
This commit is contained in:
@ -96,6 +96,8 @@ advice.*::
|
||||
`pushNonFFCurrent`, `pushNonFFMatching`, `pushAlreadyExists`,
|
||||
`pushFetchFirst`, `pushNeedsForce`, and `pushRefNeedsUpdate`
|
||||
simultaneously.
|
||||
rebaseTodoError::
|
||||
Shown when there is an error after editing the rebase todo list.
|
||||
refSyntax::
|
||||
Shown when the user provides an illegal ref name, to
|
||||
tell the user about the ref syntax documentation.
|
||||
|
Reference in New Issue
Block a user