summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorÆvar Arnfjörð Bjarmason <avarab@gmail.com>2018-03-08 15:08:20 +0000
committerJunio C Hamano <gitster@pobox.com>2018-03-08 11:26:19 -0800
commit2caa7b8d27e7ee97d70929be143da293ede69cde (patch)
treec847e927f81e8ce7f9c4dc96414f12915f6b0a4f
parent38e79b1fdab9244e1727d0698afcf3bb8956c0a4 (diff)
downloadgit-ab/man-sec-list.tar.gz
git manpage: note git-security@googlegroups.comab/man-sec-list
Add a mention of the security mailing list to the "Reporting Bugs" section. There's a mention of this list at https://git-scm.com/community but none in git.git itself. The copy is pasted from the git-scm.com website. Let's use the same wording in both places. Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r--Documentation/git.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/git.txt b/Documentation/git.txt
index 3f4161a799..4881688b39 100644
--- a/Documentation/git.txt
+++ b/Documentation/git.txt
@@ -839,6 +839,9 @@ Report bugs to the Git mailing list <git@vger.kernel.org> where the
development and maintenance is primarily done. You do not have to be
subscribed to the list to send a message there.
+Issues which are security relevant should be disclosed privately to
+the Git Security mailing list <git-security@googlegroups.com>.
+
SEE ALSO
--------
linkgit:gittutorial[7], linkgit:gittutorial-2[7],