summaryrefslogtreecommitdiff
path: root/lib/git/index/util.py
Commit message (Collapse)AuthorAgeFilesLines
* moved all contents, incl. submodule gitdb, up to the root directorySebastian Thiel2010-11-211-86/+0
|
* Multiple partly critical bugfixes related to index handlingSebastian Thiel2010-06-241-1/+17
|
* index: Entries are now using flags internally, instead of reducing the flag ↵Sebastian Thiel2010-06-211-5/+5
| | | | information to just the stage ( just to be closer to the git-original )
* index: split index file into multiple files of a single package. This didn't ↵Sebastian Thiel2010-06-141-0/+70
reduce the file size as much as I would have liked, but certainly is a start for further 'outsourcing'