aboutsummaryrefslogtreecommitdiff
path: root/lib/git/objects/fun.py
AgeCommit message (Expand)Author
2010-08-13unicode handling in messages and trees was improved. Messages are now written...Sebastian Thiel
2010-07-15Unicode: tree_to_stream can now handle unicode names the way git would do it....Sebastian Thiel
2010-06-29Diff: fixed bug that caused a string to end up as a blob modeSebastian Thiel
2010-06-25Adjusted all files to (hopefully) deal with the fact that all objects now use...Sebastian Thiel
2010-06-24GitCmdStreamReader: fixed terrible bug which only kicked in if the stream was...Sebastian Thiel
2010-06-23fixed critical bug in traverse_trees_recursive, implemented IndexFile.new inc...Sebastian Thiel
2010-06-22Initial frame for implementing read_tree using pure python. As git-read-tree ...Sebastian Thiel
2010-06-22index.write_tree: initial version implemented, although its not yet working c...Sebastian Thiel