mirror of
https://github.com/git/git.git
synced 2024-11-23 18:05:29 +08:00
rebase -i: clarify what happens on a failed exec
We had not documented previously what happens when an `exec` command in an interactive rebase fails. Now we do. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
parent
34b47315d9
commit
b8c0b2100b
@ -420,7 +420,8 @@ idea unless you know what you are doing (see BUGS below).
|
||||
--exec <cmd>::
|
||||
Append "exec <cmd>" after each line creating a commit in the
|
||||
final history. <cmd> will be interpreted as one or more shell
|
||||
commands.
|
||||
commands. Any command that fails will interrupt the rebase,
|
||||
with exit code 1.
|
||||
+
|
||||
You may execute several commands by either using one instance of `--exec`
|
||||
with several commands:
|
||||
|
Loading…
Reference in New Issue
Block a user