summaryrefslogtreecommitdiff
path: root/packfile.h
AgeCommit message (Expand)AuthorFilesLines
2019-09-09Merge branch 'ds/midx-expire-repack'Junio C Hamano1-1/+1
2019-08-20packfile.h: drop extern from function declarationDenton Liu1-1/+1
2019-07-19Merge branch 'ds/midx-expire-repack'Junio C Hamano1-0/+7
2019-07-09Merge branch 'ds/close-object-store'Junio C Hamano1-1/+1
2019-06-12packfile: rename close_all_packs to close_object_storeDerrick Stolee1-1/+1
2019-06-11repack: refactor pack deletion for future useDerrick Stolee1-0/+7
2019-05-09Merge branch 'nd/sha1-name-c-wo-the-repository'Junio C Hamano1-1/+2
2019-04-25Merge branch 'jk/server-info-rabbit-hole'Junio C Hamano1-41/+47
2019-04-16packfile: fix pack basename computationJeff King1-0/+6
2019-04-16packfile.h: drop extern from function declarationsJeff King1-41/+41
2019-04-08packfile.c: add repo_approximate_object_count()Nguyễn Thái Ngọc Duy1-1/+2
2019-03-22midx: during verify group objects by packfile to speed verificationJeff Hostetler1-0/+2
2019-02-05Merge branch 'sb/more-repo-in-api'Junio C Hamano1-1/+1
2018-10-19packfile: allow has_packed_and_bad to handle arbitrary repositoriesStefan Beller1-1/+1
2018-10-15fuzz: add fuzz testing for packfile indices.Josh Steadmon1-0/+13
2018-08-20packfile: add all_packs listDerrick Stolee1-0/+1
2018-08-20Sync 'ds/multi-pack-index' to v2.19.0-rc0Junio C Hamano1-0/+9
2018-08-20Merge branch 'jk/for-each-object-iteration'Junio C Hamano1-17/+0
2018-08-14for_each_*_object: move declarations to object-store.hJeff King1-20/+0
2018-08-13for_each_packed_object: support iterating in pack-orderJeff King1-3/+5
2018-08-13for_each_*_object: give more comprehensive docstringsJeff King1-4/+8
2018-08-13for_each_*_object: take flag arguments as enumJeff King1-2/+3
2018-08-13for_each_*_object: store flag definitions in a single locationJeff King1-6/+2
2018-07-26packfile: ensure that enum object_type is definedBeat Bolli1-1/+1
2018-07-20midx: use midx in abbreviation calculationsDerrick Stolee1-0/+1
2018-07-20midx: sort and deduplicate objects from packfilesDerrick Stolee1-0/+2
2018-07-20packfile: generalize pack directory listDerrick Stolee1-0/+6
2018-07-18Merge branch 'sb/object-store-grafts'Junio C Hamano1-0/+5
2018-05-30Merge branch 'bc/object-id'Junio C Hamano1-2/+2
2018-05-23Merge branch 'sb/oid-object-info'Junio C Hamano1-2/+4
2018-05-16object-store: move object access functions to object-store.hStefan Beller1-0/+5
2018-05-08Merge branch 'ds/commit-graph'Junio C Hamano1-0/+2
2018-05-02packfile: convert find_pack_entry to object_idbrian m. carlson1-1/+1
2018-05-02packfile: convert has_sha1_pack to object_idbrian m. carlson1-1/+1
2018-04-26cache.h: allow oid_object_info to handle arbitrary repositoriesStefan Beller1-4/+4
2018-04-26packfile: add repository argument to unpack_entryStefan Beller1-1/+2
2018-04-26packfile: add repository argument to packed_object_infoJonathan Nieder1-1/+2
2018-04-11Merge branch 'sb/packfiles-in-repository'Junio C Hamano1-4/+7
2018-04-11Merge branch 'sb/object-store'Junio C Hamano1-1/+4
2018-04-11commit-graph: read only from specific pack-indexesDerrick Stolee1-0/+2
2018-03-26packfile: keep prepare_packed_git() privateNguyễn Thái Ngọc Duy1-1/+0
2018-03-26packfile: allow find_pack_entry to handle arbitrary repositoriesStefan Beller1-2/+1
2018-03-26packfile: add repository argument to find_pack_entryStefan Beller1-1/+6
2018-03-26packfile: allow reprepare_packed_git to handle arbitrary repositoriesStefan Beller1-2/+1
2018-03-26packfile: allow prepare_packed_git to handle arbitrary repositoriesStefan Beller1-2/+1
2018-03-26packfile: add repository argument to reprepare_packed_gitStefan Beller1-1/+2
2018-03-26packfile: add repository argument to prepare_packed_gitStefan Beller1-1/+2
2018-03-26packfile: allow install_packed_git to handle arbitrary repositoriesStefan Beller1-1/+1
2018-03-26object-store: close all packs upon clearing the object storeStefan Beller1-1/+1
2018-03-26object-store: move packed_git and packed_git_mru to object storeStefan Beller1-0/+3