]> git.ipfire.org Git - thirdparty/git.git/commit - builtin/mailinfo.c
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)
commit452dfbed1a80754bfdc52567d9d9dba08a7d0a6d
tree8b5721349d426b698699aea091f7fcca532a89eb
parent652e759330da379a8e09e03bbf99e03c10c228cc
git-mailinfo: add --message-id

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>
Documentation/git-mailinfo.txt
builtin/mailinfo.c
t/t5100-mailinfo.sh
t/t5100/info0012--message-id [new file with mode: 0644]
t/t5100/msg0012--message-id [new file with mode: 0644]
t/t5100/patch0012--message-id [new file with mode: 0644]