summaryrefslogtreecommitdiff
path: root/lib/git/tree.py
Commit message (Expand)AuthorAgeFilesLines
* Fix parsing for files with whitespaceJeremy Kerr2009-08-051-1/+1
* Lots of spring cleaning and added in Sphinx documentation.Michael Trier2009-01-241-1/+1
* fixed git.Tree.__len__ argumentsk00012008-12-151-1/+1
* Replace GitPython with git in repr() outputs.Steve Frécinaux2008-09-171-5/+5
* Do not use **kwargs for constructors.Steve Frécinaux2008-09-061-7/+4
* Make Tree.content_from_string a static method.Steve Frécinaux2008-09-061-1/+2
* Implement dict protocol for trees.Steve Frécinaux2008-09-061-5/+31
* Initialize trees completely in tree.__bake__().Steve Frécinaux2008-09-051-16/+6
* Use a dictionnary for tree contentsSteve Frécinaux2008-09-051-6/+5
* Fix unneeded dict unpacking.Steve Frécinaux2008-09-051-3/+3
* Added license information to all files.Michael Trier2008-07-161-0/+6
* renamed git_python to git. Removed pop_key and replaced with dict.pop. Fixed ...Michael Trier2008-05-301-0/+89