summaryrefslogtreecommitdiff
path: root/git-fmt-merge-msg.perl
Commit message (Collapse)AuthorAgeFilesLines
* Prettyprint octopus merge message.Junio C Hamano2005-09-221-0/+93
Including the current branch in the list of heads being merged was not a good idea, so drop it. And shorten the message by grouping branches and tags together to form a single line. Signed-off-by: Junio C Hamano <junkio@cox.net>