aboutsummaryrefslogtreecommitdiffstats
path: root/CONTRIBUTING.d/git
diff options
context:
space:
mode:
Diffstat (limited to 'CONTRIBUTING.d/git')
-rw-r--r--CONTRIBUTING.d/git6
1 files changed, 6 insertions, 0 deletions
diff --git a/CONTRIBUTING.d/git b/CONTRIBUTING.d/git
index 0029e7ee25..67a5ba3c59 100644
--- a/CONTRIBUTING.d/git
+++ b/CONTRIBUTING.d/git
@@ -30,6 +30,12 @@ Description
or
$ git config --global sendemail.sendmailcmd 'mutt -H - && true';
+ git-am(1)
+ When applying a patch received via email, store the Message-ID
+ header field in the commit message.
+
+ $ git config --global am.messageid true;
+
See also
git-config(1)
git-diff(1)