summaryrefslogtreecommitdiff
path: root/lib/git/objects/fun.py
Commit message (Expand)AuthorAgeFilesLines
* moved all contents, incl. submodule gitdb, up to the root directorySebastian Thiel2010-11-211-199/+0
* unicode handling in messages and trees was improved. Messages are now written...Sebastian Thiel2010-08-131-0/+7
* Unicode: tree_to_stream can now handle unicode names the way git would do it....Sebastian Thiel2010-07-151-0/+7
* 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