author | Junio C Hamano <gitster@pobox.com> | |
Sun, 30 Dec 2007 20:37:59 +0000 (12:37 -0800) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Sun, 30 Dec 2007 20:37:59 +0000 (12:37 -0800) | ||
commit | 8ad1065e580c03035c583e2d237cc5b76f90cee4 | |
tree | f04b621af7b2be35ee8ef6c21c6057243604a321 | tree | snapshot |
parent | d6ed263fc7458e97ad032837ffdab6013d039543 | commit | diff |
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>
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 | diff | blob | history |