git-rebase -i behaves better on commits with incomplete messages
commit8ad1065e580c03035c583e2d237cc5b76f90cee4
authorJunio C Hamano <gitster@pobox.com>
Sun, 30 Dec 2007 20:37:59 +0000 (30 12:37 -0800)
committerJunio C Hamano <gitster@pobox.com>
Sun, 30 Dec 2007 20:37:59 +0000 (30 12:37 -0800)
treef04b621af7b2be35ee8ef6c21c6057243604a321
parentd6ed263fc7458e97ad032837ffdab6013d039543
git-rebase -i behaves better on commits with incomplete messages

The commit message template when squashing multiple commits is
prepared by concatenating the messages of existing commits
together.  If the messages from some of them end with incomplete
lines, this would result in a suboptimal message template.  Make
sure that we add a terminating LF after each commit message.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-rebase--interactive.sh