git manpage: note git-security@googlegroups.com

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>

Ævar Arnfjörð Bjarmason committed Mar 8, 2018 at 15:08 UTC 2caa7b8d27e7ee97d70929be143da293ede69cde
1 file changed +3
Documentation/git.txt
+3
@@ -839,6 +839,9 @@ Report bugs to the Git mailing list <git@vger.kernel.org> where the
839 development and maintenance is primarily done. You do not have to be
840 subscribed to the list to send a message there.
841
842 +Issues which are security relevant should be disclosed privately to
843 +the Git Security mailing list <git-security@googlegroups.com>.
844 +
845 SEE ALSO
846 --------
847 linkgit:gittutorial[7], linkgit:gittutorial-2[7],