summaryrefslogtreecommitdiff
path: root/lib/git/tree.py
Commit message (Expand)AuthorAgeFilesLines
* Reorganized package structure and cleaned up importsSebastian Thiel2009-10-121-102/+0
* fixed issue in Ref.name implementation which would not handle components prop...Sebastian Thiel2009-10-111-3/+3
* lazymixin system now supports per-attribute baking, it is up to the class whe...Sebastian Thiel2009-10-111-12/+13
* put Tree and Blob onto a new base class suitable to deal with IndexObjectsSebastian Thiel2009-10-111-8/+4
* converted all spaces to tabs ( 4 spaces = 1 tab ) just to allow me and my edi...Sebastian Thiel2009-10-111-94/+94
* Intermediate commit: commit,tree and blob objects now derive from object - te...Sebastian Thiel2009-10-111-10/+7
* Renamed lazy.py to base.py to have a file for base classes - lazy not yet cha...Sebastian Thiel2009-10-091-1/+1
* Blob|Tree: renamed 'name' member to 'path', updated tests and changelog as it...Sebastian Thiel2009-10-091-7/+7
* 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