Skip to content

Commit

Permalink
SubmittingPatches: demonstrate using git-contacts with git-send-email
Browse files Browse the repository at this point in the history
Signed-off-by: Linus Arver <[email protected]>
Signed-off-by: Junio C Hamano <[email protected]>
  • Loading branch information
Linus Arver authored and gitster committed Apr 6, 2024
1 parent e69a657 commit 1eb77ef
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Documentation/SubmittingPatches
Original file line number Diff line number Diff line change
Expand Up @@ -413,6 +413,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='git contacts' feature/*.patch
....

:current-maintainer: footnote:[The current maintainer: [email protected]]
:git-ml: footnote:[The mailing list: [email protected]]

Expand Down

0 comments on commit 1eb77ef

Please sign in to comment.