rebase: try not to munge commit log message
commitd7f6bae28142e07e544efdab73260cf9f60ca899
authorJunio C Hamano <gitster@pobox.com>
Sun, 29 Jul 2007 00:57:25 +0000 (28 17:57 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 30 Jul 2007 06:29:04 +0000 (29 23:29 -0700)
treebf55bb8793862418110af379a1aa7cc19ad2d317
parent283884422f35594db9eab491d3f8c91e49f9d62f
rebase: try not to munge commit log message

This makes rebase/am keep the original commit log message
better, even when it does not conform to "single line paragraph
to say what it does, then explain and defend why it is a good
change in later paragraphs" convention.

This change is a two-edged sword.  While the earlier behaviour
would make such commit log messages more friendly to readers who
expect to get the birds-eye view with oneline summary formats,
users who primarily use git as a way to interact with foreign
SCM systems would not care much about the convenience of oneline
git log tools, but care more about preserving their own
convention.  This changes their commits less useful to readers
who read them with git tools while keeping them more consistent
with the foreign SCM systems they interact with.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin-mailinfo.c
t/t3405-rebase-malformed.sh [new file with mode: 0755]