From: Junio C Hamano Date: Tue, 30 Jun 2026 19:05:18 +0000 (-0700) Subject: fixup! sequencer: never reschedule on failed commit X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e9e709aad5120cb140a6a38f91fdb8785bade028;p=thirdparty%2Fgit.git fixup! sequencer: never reschedule on failed commit --- diff --git a/sequencer.c b/sequencer.c index 7faf0093cb..7bc885085f 100644 --- a/sequencer.c +++ b/sequencer.c @@ -2549,7 +2549,7 @@ fast_forward_edit: *check_todo = 1; } /* - * If "git commit" failed to run than res == -1 but we dont + * If "git commit" failed to run then res == -1, but we don't * want reschedule the last command because the picking the * commit was successful. */