summaryrefslogtreecommitdiff
path: root/Documentation/SubmittingPatches
diff options
context:
space:
mode:
authorThomas Gummerer <t.gummerer@gmail.com>2018-04-11 20:20:00 (GMT)
committerJunio C Hamano <gitster@pobox.com>2018-04-12 02:34:34 (GMT)
commit92a5dbbc223e894d264fd9e7fc1782a7e26be217 (patch)
tree439734638501e0eea2676a6c030a4bdebb80750f /Documentation/SubmittingPatches
parent468165c1d8a442994a825f3684528361727cd8c0 (diff)
downloadgit-92a5dbbc223e894d264fd9e7fc1782a7e26be217.zip
git-92a5dbbc223e894d264fd9e7fc1782a7e26be217.tar.gz
git-92a5dbbc223e894d264fd9e7fc1782a7e26be217.tar.bz2
SubmittingPatches: mention the git contacts command
Instead of just mentioning 'git blame' and 'git shortlog', which make it quite hard for new contributors to pick out the appropriate list of people to cc on their patch series, mention the 'git contacts' utility, which makes it much easier to get a reasonable list of contacts for a change. This should help new contributors pick out a reasonable cc list by simply using a single command. Signed-off-by: Thomas Gummerer <t.gummerer@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/SubmittingPatches')
-rw-r--r--Documentation/SubmittingPatches4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/SubmittingPatches b/Documentation/SubmittingPatches
index a1d0fec..945f8ed 100644
--- a/Documentation/SubmittingPatches
+++ b/Documentation/SubmittingPatches
@@ -260,8 +260,8 @@ that starts with `-----BEGIN PGP SIGNED MESSAGE-----`. That is
not a text/plain, it's something else.
Send your patch with "To:" set to the mailing list, with "cc:" listing
-people who are involved in the area you are touching (the output from
-`git blame $path` and `git shortlog --no-merges $path` would help to
+people who are involved in the area you are touching (the `git
+contacts` command in `contrib/contacts/` can help to
identify them), to solicit comments and reviews.
:1: footnote:[The current maintainer: gitster@pobox.com]