Sidney Douw
Sidney Douw
**TODOs** - [x] write an index file based on a tree object id - [x] performance test on big repos (find or create one) - [ ] ~~look at progress...
**What is a split index?** When using a split index the index is split up into two separate files: - the split index at `$GIT_DIR/index` - the shared index at...
**Quick recap: What is a sparse index?** Instead of containing one entry for every file in the worktree ("regular" index structure), a sparse index only contains a subset of these....