diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2014-11-25 15:00:55 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2014-11-25 15:24:55 -0800 |
commit | 452dfbed1a80754bfdc52567d9d9dba08a7d0a6d (patch) | |
tree | 8b5721349d426b698699aea091f7fcca532a89eb /Documentation | |
parent | Git 2.2.0-rc3 (diff) | |
download | tgif-452dfbed1a80754bfdc52567d9d9dba08a7d0a6d.tar.xz |
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>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/git-mailinfo.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Documentation/git-mailinfo.txt b/Documentation/git-mailinfo.txt index 164a3c6ede..0947084140 100644 --- a/Documentation/git-mailinfo.txt +++ b/Documentation/git-mailinfo.txt @@ -66,6 +66,11 @@ conversion, even with this flag. -n:: Disable all charset re-coding of the metadata. +-m:: +--message-id:: + Copy the Message-ID header at the end of the commit message. This + is useful in order to associate commits with mailing list discussions. + --scissors:: Remove everything in body before a scissors line. A line that mainly consists of scissors (either ">8" or "8<") and perforation |