summaryrefslogtreecommitdiff
path: root/lib/git/objects/fun.py
Commit message (Expand)AuthorAgeFilesLines
* Diff: fixed bug that caused a string to end up as a blob modeSebastian Thiel2010-06-291-1/+0
* Adjusted all files to (hopefully) deal with the fact that all objects now use...Sebastian Thiel2010-06-251-3/+4
* GitCmdStreamReader: fixed terrible bug which only kicked in if the stream was...Sebastian Thiel2010-06-241-1/+2
* fixed critical bug in traverse_trees_recursive, implemented IndexFile.new inc...Sebastian Thiel2010-06-231-1/+1
* Initial frame for implementing read_tree using pure python. As git-read-tree ...Sebastian Thiel2010-06-221-0/+118
* index.write_tree: initial version implemented, although its not yet working c...Sebastian Thiel2010-06-221-0/+66