index
:
GitPython
0.1
0.2
experiment-2012
fix-ci-tests
fix-non-ascii-chars-in-status-lines
gh-pages
issue-232-reproduction
issue-301-reproduction
master
no_devnull_open
py2
revert-357-autointerrupt_deadlock_fix
Forked from https://github.com/gitpython-developers/GitPython
Oskari Timperi
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
git
/
tree.py
Age
Commit message (
Expand
)
Author
2009-10-09
Renamed lazy.py to base.py to have a file for base classes - lazy not yet cha...
Sebastian Thiel
2009-10-09
Blob|Tree: renamed 'name' member to 'path', updated tests and changelog as it...
Sebastian Thiel
2009-08-05
Fix parsing for files with whitespace
Jeremy Kerr
2009-01-24
Lots of spring cleaning and added in Sphinx documentation.
Michael Trier
2008-12-15
fixed git.Tree.__len__ arguments
k0001
2008-09-17
Replace GitPython with git in repr() outputs.
Steve Frécinaux
2008-09-06
Do not use **kwargs for constructors.
Steve Frécinaux
2008-09-06
Make Tree.content_from_string a static method.
Steve Frécinaux
2008-09-06
Implement dict protocol for trees.
Steve Frécinaux
2008-09-05
Initialize trees completely in tree.__bake__().
Steve Frécinaux
2008-09-05
Use a dictionnary for tree contents
Steve Frécinaux
2008-09-05
Fix unneeded dict unpacking.
Steve Frécinaux
2008-07-16
Added license information to all files.
Michael Trier
2008-05-30
renamed git_python to git. Removed pop_key and replaced with dict.pop. Fixed ...
Michael Trier