Skip to content

Commit 61e124b

Browse files
Linus Arvergitster
authored andcommitted
SubmittingPatches: demonstrate using git-contacts with git-send-email
Signed-off-by: Linus Arver <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent bf96614 commit 61e124b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Documentation/SubmittingPatches

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -417,6 +417,13 @@ trial merges of your topic to `next` and `seen`, you may have noticed
417417
work by others conflicting with your changes. There is a good possibility
418418
that these people may know the area you are touching well.
419419

420+
If you are using `send-email`, you can feed it the output of `git-contacts` like
421+
this:
422+
423+
....
424+
git send-email --cc-cmd='perl contrib/contacts/git-contacts' feature/*.patch
425+
....
426+
420427
:current-maintainer: footnote:[The current maintainer: [email protected]]
421428
:git-ml: footnote:[The mailing list: [email protected]]
422429

0 commit comments

Comments
 (0)