summaryrefslogtreecommitdiff
path: root/packfile.h
AgeCommit message (Expand)AuthorFilesLines
2019-05-09Merge branch 'nd/sha1-name-c-wo-the-repository'Libravatar Junio C Hamano1-1/+2
2019-04-25Merge branch 'jk/server-info-rabbit-hole'Libravatar Junio C Hamano1-41/+47
2019-04-16packfile: fix pack basename computationLibravatar Jeff King1-0/+6
2019-04-16packfile.h: drop extern from function declarationsLibravatar Jeff King1-41/+41
2019-04-08packfile.c: add repo_approximate_object_count()Libravatar Nguyễn Thái Ngọc Duy1-1/+2
2019-03-22midx: during verify group objects by packfile to speed verificationLibravatar Jeff Hostetler1-0/+2
2019-02-05Merge branch 'sb/more-repo-in-api'Libravatar Junio C Hamano1-1/+1
2018-10-19packfile: allow has_packed_and_bad to handle arbitrary repositoriesLibravatar Stefan Beller1-1/+1
2018-10-15fuzz: add fuzz testing for packfile indices.Libravatar Josh Steadmon1-0/+13
2018-08-20packfile: add all_packs listLibravatar Derrick Stolee1-0/+1
2018-08-20Sync 'ds/multi-pack-index' to v2.19.0-rc0Libravatar Junio C Hamano1-0/+9
2018-08-20Merge branch 'jk/for-each-object-iteration'Libravatar Junio C Hamano1-17/+0
2018-08-14for_each_*_object: move declarations to object-store.hLibravatar Jeff King1-20/+0
2018-08-13for_each_packed_object: support iterating in pack-orderLibravatar Jeff King1-3/+5
2018-08-13for_each_*_object: give more comprehensive docstringsLibravatar Jeff King1-4/+8
2018-08-13for_each_*_object: take flag arguments as enumLibravatar Jeff King1-2/+3
2018-08-13for_each_*_object: store flag definitions in a single locationLibravatar Jeff King1-6/+2
2018-07-26packfile: ensure that enum object_type is definedLibravatar Beat Bolli1-1/+1
2018-07-20midx: use midx in abbreviation calculationsLibravatar Derrick Stolee1-0/+1
2018-07-20midx: sort and deduplicate objects from packfilesLibravatar Derrick Stolee1-0/+2
2018-07-20packfile: generalize pack directory listLibravatar Derrick Stolee1-0/+6
2018-07-18Merge branch 'sb/object-store-grafts'Libravatar Junio C Hamano1-0/+5
2018-05-30Merge branch 'bc/object-id'Libravatar Junio C Hamano1-2/+2
2018-05-23Merge branch 'sb/oid-object-info'Libravatar Junio C Hamano1-2/+4
2018-05-16object-store: move object access functions to object-store.hLibravatar Stefan Beller1-0/+5
2018-05-08Merge branch 'ds/commit-graph'Libravatar Junio C Hamano1-0/+2
2018-05-02packfile: convert find_pack_entry to object_idLibravatar brian m. carlson1-1/+1
2018-05-02packfile: convert has_sha1_pack to object_idLibravatar brian m. carlson1-1/+1
2018-04-26cache.h: allow oid_object_info to handle arbitrary repositoriesLibravatar Stefan Beller1-4/+4
2018-04-26packfile: add repository argument to unpack_entryLibravatar Stefan Beller1-1/+2
2018-04-26packfile: add repository argument to packed_object_infoLibravatar Jonathan Nieder1-1/+2
2018-04-11Merge branch 'sb/packfiles-in-repository'Libravatar Junio C Hamano1-4/+7
2018-04-11Merge branch 'sb/object-store'Libravatar Junio C Hamano1-1/+4
2018-04-11commit-graph: read only from specific pack-indexesLibravatar Derrick Stolee1-0/+2
2018-03-26packfile: keep prepare_packed_git() privateLibravatar Nguyễn Thái Ngọc Duy1-1/+0
2018-03-26packfile: allow find_pack_entry to handle arbitrary repositoriesLibravatar Stefan Beller1-2/+1
2018-03-26packfile: add repository argument to find_pack_entryLibravatar Stefan Beller1-1/+6
2018-03-26packfile: allow reprepare_packed_git to handle arbitrary repositoriesLibravatar Stefan Beller1-2/+1
2018-03-26packfile: allow prepare_packed_git to handle arbitrary repositoriesLibravatar Stefan Beller1-2/+1
2018-03-26packfile: add repository argument to reprepare_packed_gitLibravatar Stefan Beller1-1/+2
2018-03-26packfile: add repository argument to prepare_packed_gitLibravatar Stefan Beller1-1/+2
2018-03-26packfile: allow install_packed_git to handle arbitrary repositoriesLibravatar Stefan Beller1-1/+1
2018-03-26object-store: close all packs upon clearing the object storeLibravatar Stefan Beller1-1/+1
2018-03-26object-store: move packed_git and packed_git_mru to object storeLibravatar Stefan Beller1-0/+3
2018-03-22packfile: define and use bsearch_pack()Libravatar Derrick Stolee1-0/+8
2017-12-05fsck: introduce partialclone extensionLibravatar Jonathan Tan1-0/+13
2017-08-23pack: move for_each_packed_object()Libravatar Jonathan Tan1-0/+11
2017-08-23pack: move has_pack_index()Libravatar Jonathan Tan1-0/+2
2017-08-23pack: move has_sha1_pack()Libravatar Jonathan Tan1-0/+2
2017-08-23pack: move find_pack_entry() and make it globalLibravatar Jonathan Tan1-0/+2