diff options
author | Sebastian Thiel <byronimo@gmail.com> | 2010-05-06 12:02:32 +0200 |
---|---|---|
committer | Sebastian Thiel <byronimo@gmail.com> | 2010-05-06 12:02:32 +0200 |
commit | e41c727be8dbf8f663e67624b109d9f8b135a4ab (patch) | |
tree | d87d073bda017692d681a438430fa324ac5a8a1b /doc/intro.rst | |
parent | 143b927307d46ccb8f1cc095739e9625c03c82ff (diff) | |
download | gitpython-e41c727be8dbf8f663e67624b109d9f8b135a4ab.tar.gz |
README: Added mailing list and issue tracker information
Docs: updated roadmap
Diffstat (limited to 'doc/intro.rst')
-rw-r--r-- | doc/intro.rst | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/doc/intro.rst b/doc/intro.rst index 6a3fbd86..48da79c8 100644 --- a/doc/intro.rst +++ b/doc/intro.rst @@ -78,9 +78,16 @@ and cloned using:: $ git clone git://gitorious.org/git-python/mainline.git git-python $ git clone git://github.com/Byron/GitPython.git git-python +Mailing List +============ +http://groups.google.com/group/git-python + +Issue Tracker +============= +http://byronimo.lighthouseapp.com/projects/51787-gitpython/milestones + License Information =================== - GitPython is licensed under the New BSD License. See the LICENSE file for more information. |