aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLinus Arver <linusa@google.com>2024-04-18 21:52:05 +0000
committerJunio C Hamano <gitster@pobox.com>2024-04-18 14:55:11 -0700
commit61e124bb2d0ae475b627abf76f53709c300cf44d (patch)
tree753b386e4bb57449c725161266c8d6afd2720d6c
parentbf966145419f46b9370558c89428ac89e3fdc9dc (diff)
downloadgit-61e124bb2d0ae475b627abf76f53709c300cf44d.tar.gz
SubmittingPatches: demonstrate using git-contacts with git-send-email
Signed-off-by: Linus Arver <linusa@google.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r--Documentation/SubmittingPatches7
1 files changed, 7 insertions, 0 deletions
diff --git a/Documentation/SubmittingPatches b/Documentation/SubmittingPatches
index ef3985459a..b684e28c0d 100644
--- a/Documentation/SubmittingPatches
+++ b/Documentation/SubmittingPatches
@@ -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]