Commit 7c35350e5bc4fe113330818ca6784ff368c5ffef

ugh, the editing never ends.

Commit diff

README

 
3232
3333GitPython's git repo is available on Gitorious, which can be browsed at:
3434
35http://gitorious.org/projects/git-python
35http://gitorious.org/projects/git-python/
3636
3737and cloned from:
3838
39git://gitorious.org/projects/git-python.git
39git://gitorious.org/git-python/mainline.git
4040
4141USAGE
4242=====
206206 >>> repo.blob("b19574431a073333ea09346eafd64e7b1908ef49")
207207 <GitPython.Blob "b19574431a073333ea09346eafd64e7b1908ef49">
208208
209What Else?
210**********
211
212There 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.
213
214Check the unit tests, they're pretty exhaustive.
215
209216LICENSE
210217=======
211218
toggle raw diff