]> git.ipfire.org Git - thirdparty/git.git/commitdiff
fixup! sequencer: never reschedule on failed commit
authorJunio C Hamano <gitster@pobox.com>
Tue, 30 Jun 2026 19:05:18 +0000 (12:05 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 30 Jun 2026 19:05:18 +0000 (12:05 -0700)
sequencer.c

index 7faf0093cb0f885f74558b9576d576303823575a..7bc885085f98bebd91c6a412b245e4be0e1561ef 100644 (file)
@@ -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.
                 */