summaryrefslogtreecommitdiff
path: root/packfile.c
AgeCommit message (Expand)AuthorFilesLines
2018-08-20Sync 'ds/multi-pack-index' to v2.19.0-rc0Junio C Hamano1-42/+127
2018-08-13for_each_packed_object: support iterating in pack-orderJeff King1-5/+16
2018-08-13for_each_*_object: take flag arguments as enumJeff King1-1/+2
2018-07-20packfile: skip loading index if in multi-pack-indexDerrick Stolee1-2/+17
2018-07-20midx: prevent duplicate packfile loadsDerrick Stolee1-0/+9
2018-07-20midx: use midx in approximate_object_countDerrick Stolee1-0/+3
2018-07-20midx: use midx in abbreviation calculationsDerrick Stolee1-0/+6
2018-07-20midx: read objects from multi-pack-indexDerrick Stolee1-1/+7
2018-07-20config: create core.multiPackIndex settingDerrick Stolee1-1/+5
2018-07-20midx: sort and deduplicate objects from packfilesDerrick Stolee1-0/+17
2018-07-20packfile: generalize pack directory listDerrick Stolee1-38/+63
2018-06-29object: add repository argument to parse_objectStefan Beller1-1/+1
2018-06-18Merge branch 'jl/zlib-restore-nul-termination'Junio C Hamano1-0/+3
2018-06-13packfile: correct zlib buffer handlingJeremy Linton1-0/+3
2018-05-30Merge branch 'bc/object-id'Junio C Hamano1-36/+43
2018-05-30Merge branch 'js/use-bug-macro'Junio C Hamano1-3/+3
2018-05-23Merge branch 'sb/oid-object-info'Junio C Hamano1-17/+23
2018-05-23Merge branch 'ds/lazy-load-trees'Junio C Hamano1-1/+1
2018-05-08Merge branch 'ds/commit-graph'Junio C Hamano1-2/+2
2018-05-06Replace all die("BUG: ...") calls by BUG() onesJohannes Schindelin1-3/+3
2018-05-02packfile: abstract away hash constant valuesbrian m. carlson1-29/+37
2018-05-02packfile: convert find_pack_entry to object_idbrian m. carlson1-6/+6
2018-05-02packfile: convert has_sha1_pack to object_idbrian m. carlson1-2/+2
2018-05-02packfile: remove unused member from struct pack_entrybrian m. carlson1-1/+0
2018-04-26cache.h: allow oid_object_info to handle arbitrary repositoriesStefan Beller1-30/+28
2018-04-26packfile: add repository argument to cache_or_unpack_entryStefan Beller1-2/+3
2018-04-26packfile: add repository argument to unpack_entryStefan Beller1-3/+4
2018-04-26packfile: add repository argument to read_objectStefan Beller1-3/+5
2018-04-26packfile: add repository argument to packed_object_infoJonathan Nieder1-2/+2
2018-04-26packfile: add repository argument to packed_to_object_typeStefan Beller1-7/+9
2018-04-26packfile: add repository argument to retry_bad_packed_offsetStefan Beller1-3/+5
2018-04-26cache.h: add repository argument to oid_object_infoStefan Beller1-1/+1
2018-04-26cache.h: add repository argument to oid_object_info_extendedStefan Beller1-1/+1
2018-04-11Merge branch 'sb/packfiles-in-repository'Junio C Hamano1-39/+37
2018-04-11Merge branch 'sb/object-store'Junio C Hamano1-33/+44
2018-04-11treewide: replace maybe_tree with accessor methodsDerrick Stolee1-1/+1
2018-04-11treewide: rename tree to maybe_treeDerrick Stolee1-1/+1
2018-04-11Merge branch 'bw/c-plus-plus' into ds/lazy-load-treesJunio C Hamano1-4/+4
2018-04-11commit-graph: read only from specific pack-indexesDerrick Stolee1-2/+2
2018-03-26packfile: keep prepare_packed_git() privateNguyễn Thái Ngọc Duy1-1/+4
2018-03-26packfile: allow find_pack_entry to handle arbitrary repositoriesStefan Beller1-6/+5
2018-03-26packfile: add repository argument to find_pack_entryStefan Beller1-6/+2
2018-03-26packfile: allow reprepare_packed_git to handle arbitrary repositoriesStefan Beller1-4/+4
2018-03-26packfile: allow prepare_packed_git to handle arbitrary repositoriesStefan Beller1-9/+9
2018-03-26packfile: allow prepare_packed_git_one to handle arbitrary repositoriesStefan Beller1-4/+3
2018-03-26packfile: add repository argument to reprepare_packed_gitStefan Beller1-1/+1
2018-03-26packfile: add repository argument to prepare_packed_gitStefan Beller1-5/+5
2018-03-26packfile: add repository argument to prepare_packed_git_oneStefan Beller1-3/+4
2018-03-26packfile: allow install_packed_git to handle arbitrary repositoriesStefan Beller1-4/+4
2018-03-26packfile: allow rearrange_packed_git to handle arbitrary repositoriesStefan Beller1-4/+4