summaryrefslogtreecommitdiff
path: root/lib/git/index/fun.py
Commit message (Expand)AuthorAgeFilesLines
* moved all contents, incl. submodule gitdb, up to the root directorySebastian Thiel2010-11-211-323/+0
* Inital implementation of Submodule.move including a very simple and to-be-imp...Sebastian Thiel2010-11-171-1/+2
* index: Sped up reading and writing of the index file by reducing the amount o...Sebastian Thiel2010-11-171-36/+32
* BaseIndexEntry: Added to_blob method, refactored functionality sligthlySebastian Thiel2010-07-201-2/+25
* Fixed the missing Repo type documentation thanks to a hint of gasche, fixed a...Sebastian Thiel2010-07-141-0/+2
* Renamed modules utils to util, and errors to exc to be more conforming to the...Sebastian Thiel2010-06-291-2/+2
* Updated and fixed sphinx API docs, which included one quick skim-throughSebastian Thiel2010-06-291-1/+3
* Adjusted all files to (hopefully) deal with the fact that all objects now use...Sebastian Thiel2010-06-251-1/+1
* aggressive_tree_merge: fixed incorrect handling of one branch, it was just no...Sebastian Thiel2010-06-241-1/+10
* fixed critical bug in traverse_trees_recursive, implemented IndexFile.new inc...Sebastian Thiel2010-06-231-5/+6
* Added test for aggressive_tree_mergeSebastian Thiel2010-06-231-64/+65
* Implemented simple tree merging and a simple test, more elaborate testing is ...Sebastian Thiel2010-06-231-8/+78
* Initial frame for implementing read_tree using pure python. As git-read-tree ...Sebastian Thiel2010-06-221-4/+25
* Tree-Writing now works after fixing an off-by-one errorSebastian Thiel2010-06-221-2/+2
* index.write_tree: initial version implemented, although its not yet working c...Sebastian Thiel2010-06-221-7/+66
* index: put serialization methods into new 'fun' module, this makes the calls ...Sebastian Thiel2010-06-211-0/+138