rebase -i -p 'merge': if the merge message is omitted, use the original one
commit20847cf62c9bdb2adbd189616fd595768636bff6
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Sat, 14 Feb 2009 11:12:20 +0000 (14 12:12 +0100)
committerJohannes Schindelin <johannes.schindelin@gmx.de>
Sun, 7 Feb 2010 21:56:16 +0000 (7 22:56 +0100)
treef2953d5cb108321e7677013f1b8449b920c0625e
parented0b18e0be27bc23f0b47721713acd872e100efb
rebase -i -p 'merge': if the merge message is omitted, use the original one

The 'merge' command can only represent one-line merge messages.  If your
original merge messages are longer, and you want to keep them, just omit
the merge message and the 'merge' command will read the original message.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
git-rebase--interactive.sh