From 143b927307d46ccb8f1cc095739e9625c03c82ff Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Tue, 4 May 2010 18:00:14 +0200 Subject: 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 --- doc/intro.rst | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'doc') 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 =================== -- cgit v1.2.1