]> git.ipfire.org Git - thirdparty/git.git/commit
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)
commit7e94720c1ea42605a8f380802cfe90ec5e2477a2
tree6415fbb0027f1024a84085d5fe0e6fe8e723c330
parente5abed92f50e39bf9514061ddd8e04c64d0a45d8
parentf7d42ceec5265f6dbcaeb527657521b7ec8ddc94
Merge branch 'js/rebase-i-commit-cleanup-fix'

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
t/t3415-rebase-autosquash.sh