summaryrefslogtreecommitdiff
path: root/lib/git/index
Commit message (Expand)AuthorAgeFilesLines
* index.write_tree: initial version implemented, although its not yet working c...Sebastian Thiel2010-06-223-53/+117
* index: put serialization methods into new 'fun' module, this makes the calls ...Sebastian Thiel2010-06-212-137/+183
* index.add does not need the git clt anymoreSebastian Thiel2010-06-212-24/+9
* index: Entries are now using flags internally, instead of reducing the flag i...Sebastian Thiel2010-06-213-59/+82
* index.add: now uses gitdb.store functionality instead of git-hash-file. The p...Sebastian Thiel2010-06-211-44/+46
* Move LazyMixin type to gitdb, index reading now uses file_contents_ro from gi...Sebastian Thiel2010-06-151-8/+4
* Reimplemented Lock handling to be conforming to the git lock protocol, which ...Sebastian Thiel2010-06-151-15/+11
* Implemented the serializable interface - by refactoring codeSebastian Thiel2010-06-141-32/+47
* index: split index file into multiple files of a single package. This didn't ...Sebastian Thiel2010-06-144-0/+1414