Merge branch 'cc/delta-islands'
[gitweb.git] / midx.c
2018-09-17 Merge branch 'cc/delta-islands'
2018-09-17 Merge branch 'jk/trailer-fixes'
2018-09-17 Merge branch 'sb/range-diff-colors'
2018-09-17 Merge branch 'jk/pack-delta-reuse-with-bitmap'
2018-09-17 Merge branch 'nd/unpack-trees-with-cache-tree'
2018-09-17 Merge branch 'ds/reachable'
2018-09-17 Merge branch 'sb/submodule-update-in-c'
2018-09-17 Merge branch 'tg/rerere'
2018-09-17 Merge branch 'ds/multi-pack-index'
2018-08-20 packfile: add all_packs list
2018-08-20 midx: fix bug that skips midx with alternates
2018-08-20 midx: mark bad packed objects
2018-08-20 multi-pack-index: store local property
2018-08-20 Sync 'ds/multi-pack-index' to v2.19.0-rc0
2018-07-20 midx: clear midx on repack
2018-07-20 midx: use existing midx when writing new one
2018-07-20 midx: use midx in abbreviation calculations
2018-07-20 midx: read objects from multi-pack-index
2018-07-20 config: create core.multiPackIndex setting
2018-07-20 midx: write object offsets
2018-07-20 midx: write object id fanout chunk
2018-07-20 midx: write object ids in a chunk
2018-07-20 midx: sort and deduplicate objects from packfiles
2018-07-20 midx: read pack names into array
2018-07-20 multi-pack-index: write pack names in chunk
2018-07-20 multi-pack-index: read packfile list
2018-07-20 multi-pack-index: load into memory
2018-07-20 midx: write header information to lockfile
2018-07-20 multi-pack-index: add 'write' verb