From 7c35350e5bc4fe113330818ca6784ff368c5ffef Mon Sep 17 00:00:00 2001 From: Michael Trier Date: Thu, 8 May 2008 00:40:34 -0400 Subject: ugh, the editing never ends. --- README | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/README b/README index 8725f820..5568880f 100644 --- a/README +++ b/README @@ -32,11 +32,11 @@ SOURCE GitPython's git repo is available on Gitorious, which can be browsed at: -http://gitorious.org/projects/git-python +http://gitorious.org/projects/git-python/ and cloned from: -git://gitorious.org/projects/git-python.git +git://gitorious.org/git-python/mainline.git USAGE ===== @@ -206,6 +206,13 @@ You can also get a blob directly from the repo if you know its name. >>> repo.blob("b19574431a073333ea09346eafd64e7b1908ef49") +What Else? +********** + +There is more stuff in there, like the ability to tar or gzip repos, stats, blame, and probably a few other things. Additionally calls to the git instance are handled through a ``method_missing`` construct, which makes available any git commands directly, with a nice conversion of Python dicts to command line parameters. + +Check the unit tests, they're pretty exhaustive. + LICENSE ======= -- cgit v1.2.3