aboutsummaryrefslogtreecommitdiff
path: root/lib/git/index.py
AgeCommit message (Expand)Author
2009-10-22index writing now creates a sha on the content making it possible to write va...Sebastian Thiel
2009-10-22Implemented merge/resolve handling , but realized that index writing is not y...Sebastian Thiel
2009-10-21index: Added write_tree method including testSebastian Thiel
2009-10-21index.iter_blobs method added including tests ( which have been improved gene...Sebastian Thiel
2009-10-21tree.traverse: Added prune functionality - previously the predciate did both,...Sebastian Thiel
2009-10-21Improved testing of index against trees, tests succeed with next commitSebastian Thiel
2009-10-21Initial version of merge including tests for one-way, two-way and tree-way mergeSebastian Thiel
2009-10-21index writing added including simple test, improved docs of IndexEntrySebastian Thiel
2009-10-20improved IndexEntry type and added test for parsing of the stageSebastian Thiel
2009-10-20Improved tuple access of EntryIndex class including test, stage and type acce...Sebastian Thiel
2009-10-20Added initial version of the index reading from file - IndexEntry interface i...Sebastian Thiel
2009-10-20Added frame for index implementation and testingSebastian Thiel