Eric Sunshine <sunshine@xxxxxxxxxxxxxx> writes: > On Wed, Oct 10, 2018 at 4:54 AM Johannes Schindelin via GitGitGadget > <gitgitgadget@xxxxxxxxx> wrote: >> 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@xxxxxx> >> --- >> diff --git a/Documentation/git-rebase.txt b/Documentation/git-rebase.txt >> @@ -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. Anz command that fails will interrupt the rebase, >> + withe exit code 1. > > s/Anz/Any/ > s/withe/with/ Heh, I know I am not good at spelling, either, but hopefully I am a bit more careful than leaving as many typoes as I have added lines in my patch X-<. After all, it's not a race to send in patches as quickly as possible. Queued. Thanks, both.