fmt-merge-msg: show summary of what is merged.
authorJunio C Hamano <junkio@cox.net>
Sat, 4 Feb 2006 03:20:16 +0000 (19:20 -0800)
committerJunio C Hamano <junkio@cox.net>
Tue, 7 Feb 2006 05:52:08 +0000 (21:52 -0800)
In addition to the branch names, populate the log message with
one-line description from actual commits that are being merged.

This was prompted by Len's 12-way octopus. You need to have
'merge.summary' in the configuration file to enable it:

$ git repo-config merge.summary yes

Signed-off-by: Junio C Hamano <junkio@cox.net>
No differences found