]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'js/rebase-i-commit-cleanup-fix'
authorJunio C Hamano <gitster@pobox.com>
Wed, 10 Feb 2021 22:48:32 +0000 (14:48 -0800)
committerJunio C Hamano <gitster@pobox.com>
Wed, 10 Feb 2021 22:48:32 +0000 (14:48 -0800)
When "git rebase -i" processes "fixup" insn, there is no reason to
clean up the commit log message, but we did the usual stripspace
processing.  This has been corrected.

* js/rebase-i-commit-cleanup-fix:
  rebase -i: do leave commit message intact in fixup! chains

1  2 
t/t3415-rebase-autosquash.sh

Simple merge