diff options
| author | Alejandro Colomar <alx@kernel.org> | 2024-09-27 09:16:41 +0200 |
|---|---|---|
| committer | Alejandro Colomar <alx@kernel.org> | 2024-11-01 13:39:32 +0100 |
| commit | 6ec6942e39c23455be849ced82a218d530aba74d (patch) | |
| tree | 1888adb8d7766e146076f538b159971bc2844505 | |
| parent | 3f18f2e5e096fb781de3238aa341668e13d8602f (diff) | |
| download | man-pages-6ec6942e39c23455be849ced82a218d530aba74d.tar.gz | |
CONTRIBUTING.d/git: Recommend am.messageid=true
This is useful for maintainers.
Signed-off-by: Alejandro Colomar <alx@kernel.org>
| -rw-r--r-- | CONTRIBUTING.d/git | 6 |
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) |
