rebase -i -p: relax the syntax of the "merge" command
commitd384b180822d32baf097f39ca1a47cebaf60b4d6
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Wed, 28 Jan 2009 04:15:04 +0000 (28 05:15 +0100)
committerJohannes Schindelin <johannes.schindelin@gmx.de>
Sun, 7 Feb 2010 21:55:02 +0000 (7 22:55 +0100)
tree0668a4e61633c626d72fa89ae69ab867f68ad356
parent4e43079cc5c9447e5e48884d7f963da3c517cb43
rebase -i -p: relax the syntax of the "merge" command

You can omit the merge message; rebase will create one for you.  You can
also skip the commit name under which this should be known; rebase will
assign a name of the form "mark<number>".

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