git-mailinfo: add --message-id
authorPaolo Bonzini <pbonzini@redhat.com>
Tue, 25 Nov 2014 14:00:55 +0000 (15:00 +0100)
committerJunio C Hamano <gitster@pobox.com>
Tue, 25 Nov 2014 23:24:55 +0000 (15:24 -0800)
This option adds the content of the Message-Id header at the end of the
commit message prepared by git-mailinfo. This is useful in order to
associate commit messages automatically with mailing list discussions.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found