diff options
author | Junio C Hamano <gitster@pobox.com> | 2018-04-25 13:29:05 +0900 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2018-04-25 13:29:05 +0900 |
commit | bedb10c7881db29b7be32e4efde1d56326ba8221 (patch) | |
tree | 3e1582418d082c234337c005bdc5061a0af44ffe /Documentation | |
parent | Merge branch 'sb/filenames-with-dashes' (diff) | |
parent | SubmittingPatches: mention the git contacts command (diff) | |
download | tgif-bedb10c7881db29b7be32e4efde1d56326ba8221.tar.xz |
Merge branch 'tg/use-git-contacts'
Doc update.
* tg/use-git-contacts:
SubmittingPatches: mention the git contacts command
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/SubmittingPatches | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/SubmittingPatches b/Documentation/SubmittingPatches index a1d0feca36..945f8edb46 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] |