aboutsummaryrefslogtreecommitdiff
path: root/lib/git/index.py
AgeCommit message (Collapse)Author
2009-10-22index writing now creates a sha on the content making it possible to write ↵Sebastian Thiel
valid indices after manually removing or altering entriesgst
2009-10-22Implemented merge/resolve handling , but realized that index writing is not ↵Sebastian Thiel
yet working properly as it is sha1 checked as well. This explains what my 20 byte 'extension_data' actually is ;)
2009-10-21index: Added write_tree method including testSebastian Thiel
2009-10-21index.iter_blobs method added including tests ( which have been improved ↵Sebastian Thiel
generally for more coverage )
2009-10-21tree.traverse: Added prune functionality - previously the predciate did ↵Sebastian Thiel
both, pruning and preventing to return items
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 ↵Sebastian Thiel
access still needs to be decoded though
2009-10-20Added initial version of the index reading from file - IndexEntry interface ↵Sebastian Thiel
is to be improved though, writing needs to be implemented as well
2009-10-20Added frame for index implementation and testingSebastian Thiel