diff options
author | Junio C Hamano <gitster@pobox.com> | 2010-08-02 09:07:39 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2010-08-02 09:07:39 -0700 |
commit | c97ca277a9a23780ffc322392608429f0b7e707a (patch) | |
tree | e2aa6d290baea2cd6a970ef11575187488d91b65 /Documentation/git.txt | |
parent | 25e932504096ad5cba21978a0b9a13e2708bae87 (diff) | |
download | git-c97ca277a9a23780ffc322392608429f0b7e707a.tar.gz git-c97ca277a9a23780ffc322392608429f0b7e707a.tar.xz |
Documentation: reporting bugs
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git.txt')
-rw-r--r-- | Documentation/git.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Documentation/git.txt b/Documentation/git.txt index 59f291d15..c28a7ecc4 100644 --- a/Documentation/git.txt +++ b/Documentation/git.txt @@ -727,6 +727,13 @@ The documentation for git suite was started by David Greaves <david@dgreaves.com>, and later enhanced greatly by the contributors on the git-list <git@vger.kernel.org>. +Reporting Bugs +-------------- + +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. + SEE ALSO -------- linkgit:gittutorial[7], linkgit:gittutorial-2[7], |