]> git.ipfire.org Git - thirdparty/git.git/commit
SubmittingPatches: clarify 'git-contacts' location
authorLinus Arver <linusa@google.com>
Thu, 18 Apr 2024 21:51:59 +0000 (21:51 +0000)
committerJunio C Hamano <gitster@pobox.com>
Thu, 18 Apr 2024 21:55:10 +0000 (14:55 -0700)
commit824503ce88963b9d7f111215fdce073a504e76e7
tree6a7f11fefa4165334dbd3f8a15e2cef5e044c2e4
parent7e50b3f5dff0975ebf73b48e23f2f27c1842da88
SubmittingPatches: clarify 'git-contacts' location

Use a dash ("git-contacts", not "git contacts") because the script is
not installed as part of "git" toolset. This also puts the script on
one line, which should make it easier to grep for with a loose search
query, such as

    $ git grep git.contacts Documentation

Also add a footnote to describe where the script is located, to help
readers who may not be familiar with such "contrib" scripts (and how
they are not accessible with the usual "git <subcommand>" syntax).

Signed-off-by: Linus Arver <linusa@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/SubmittingPatches