fmt-merge-msg: make attribution into comment lines
commit9830a9ca50ae269aa8858df596e32506c97cdd26
authorJunio C Hamano <gitster@pobox.com>
Wed, 6 Jun 2012 21:24:28 +0000 (6 14:24 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 6 Jun 2012 21:46:35 +0000 (6 14:46 -0700)
tree9298126b736316d4eee7643cf4166019995218a4
parent418a1435f19b8105de2ee94b54cc2962bc9b5f03
fmt-merge-msg: make attribution into comment lines

The submaintainer credit is not something you can compute purely by
looking at the history and its shape, especially in the presense of
fast-forward merges, and this observation makes the information on
the "via" line unreliable.  Let's leave the final determination of
credits up to whoever is making the merge and show them as comments.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/fmt-merge-msg.c
t/t6200-fmt-merge-msg.sh