]> git.ipfire.org Git - thirdparty/git.git/commitdiff
SubmittingPatches: demonstrate using git-contacts with git-send-email
authorLinus Arver <linusa@google.com>
Thu, 18 Apr 2024 21:52:05 +0000 (21:52 +0000)
committerJunio C Hamano <gitster@pobox.com>
Thu, 18 Apr 2024 21:55:11 +0000 (14:55 -0700)
Signed-off-by: Linus Arver <linusa@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/SubmittingPatches

index ef3985459a4b6b4234551f693edf78433e1d0344..b684e28c0d01d12cc23b37cb1de962854138a659 100644 (file)
@@ -417,6 +417,13 @@ trial merges of your topic to `next` and `seen`, you may have noticed
 work by others conflicting with your changes.  There is a good possibility
 that these people may know the area you are touching well.
 
+If you are using `send-email`, you can feed it the output of `git-contacts` like
+this:
+
+....
+       git send-email --cc-cmd='perl contrib/contacts/git-contacts' feature/*.patch
+....
+
 :current-maintainer: footnote:[The current maintainer: gitster@pobox.com]
 :git-ml: footnote:[The mailing list: git@vger.kernel.org]