summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorSebastian Thiel <byronimo@gmail.com>2010-05-04 18:00:14 +0200
committerSebastian Thiel <byronimo@gmail.com>2010-05-04 18:00:14 +0200
commit143b927307d46ccb8f1cc095739e9625c03c82ff (patch)
tree1f2474b64f52183d0c8ed73eee93dbf12ca2e1dd /doc
parent22a0289972b365b7912340501b52ca3dd98be289 (diff)
downloadgitpython-143b927307d46ccb8f1cc095739e9625c03c82ff.tar.gz
TODO: Removed all entries but left a mesage about where to find the issuee on lighthouse.
README/intro.rst: added information about the new repository at github tree: added marker to indicate that submodules would have to be returned there
Diffstat (limited to 'doc')
-rw-r--r--doc/intro.rst10
1 files changed, 6 insertions, 4 deletions
diff --git a/doc/intro.rst b/doc/intro.rst
index 42879155..6a3fbd86 100644
--- a/doc/intro.rst
+++ b/doc/intro.rst
@@ -68,13 +68,15 @@ An organized section of the GitPthon API is at :ref:`api_reference_toplevel`.
Source Code
===========
-GitPython's git repo is available on Gitorious, which can be browsed at:
+GitPython's git repo is available on Gitorious and GitHub, which can be browsed at:
-http://gitorious.org/projects/git-python/
+ * http://gitorious.org/projects/git-python/
+ * http://github.com/Byron/GitPython
-and cloned from:
+and cloned using::
-git://gitorious.org/git-python/mainline.git
+ $ git clone git://gitorious.org/git-python/mainline.git git-python
+ $ git clone git://github.com/Byron/GitPython.git git-python
License Information
===================