SubmittingPatches: mention the git contacts command
authorThomas Gummerer <t.gummerer@gmail.com>
Wed, 11 Apr 2018 20:20:00 +0000 (21:20 +0100)
committerJunio C Hamano <gitster@pobox.com>
Thu, 12 Apr 2018 02:34:34 +0000 (11:34 +0900)
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>
Documentation/SubmittingPatches
index a1d0feca36fea36b84b587c1387eab53e3b870c6..945f8edb463ce9d2da90ceda53d8ec03f570047b 100644 (file)
@@ -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]