aboutsummaryrefslogtreecommitdiff
path: root/lib/git/index/base.py
AgeCommit message (Expand)Author
2010-06-21index: Entries are now using flags internally, instead of reducing the flag i...Sebastian Thiel
2010-06-21index.add: now uses gitdb.store functionality instead of git-hash-file. The p...Sebastian Thiel
2010-06-15Move LazyMixin type to gitdb, index reading now uses file_contents_ro from gi...Sebastian Thiel
2010-06-15Reimplemented Lock handling to be conforming to the git lock protocol, which ...Sebastian Thiel
2010-06-14Implemented the serializable interface - by refactoring codeSebastian Thiel
2010-06-14index: split index file into multiple files of a single package. This didn't ...Sebastian Thiel