summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Trier <mtrier@gmail.com>2008-05-08 00:40:34 -0400
committerMichael Trier <mtrier@gmail.com>2008-05-08 00:40:34 -0400
commit7c35350e5bc4fe113330818ca6784ff368c5ffef (patch)
tree1d8cf9c80fd2d98be2ae84c7e6ee1284eaf43b8a
parent620dbee78ed8481d108327c4c332899df7cb8ef4 (diff)
downloadgitpython-7c35350e5bc4fe113330818ca6784ff368c5ffef.tar.gz
ugh, the editing never ends.
-rw-r--r--README11
1 files 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")
<GitPython.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
=======