]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'en/rebase-x-fix'
authorJunio C Hamano <gitster@pobox.com>
Fri, 10 Dec 2021 22:35:16 +0000 (14:35 -0800)
committerJunio C Hamano <gitster@pobox.com>
Fri, 10 Dec 2021 22:35:16 +0000 (14:35 -0800)
"git rebase -x" added an unnecessary 'exec' instructions before
'noop', which has been corrected.

* en/rebase-x-fix:
  sequencer: avoid adding exec commands for non-commit creating commands

1  2 
sequencer.c

diff --cc sequencer.c
Simple merge