summaryrefslogtreecommitdiffstats
path: root/packfile.h
Commit message (Expand)AuthorAgeFilesLines
* fuzz: add fuzz testing for packfile indices.Josh Steadmon2018-10-151-0/+13
* packfile: add all_packs listDerrick Stolee2018-08-201-0/+1
* Sync 'ds/multi-pack-index' to v2.19.0-rc0Junio C Hamano2018-08-201-0/+9
|\
| * midx: use midx in abbreviation calculationsDerrick Stolee2018-07-201-0/+1
| * midx: sort and deduplicate objects from packfilesDerrick Stolee2018-07-201-0/+2
| * packfile: generalize pack directory listDerrick Stolee2018-07-201-0/+6
* | Merge branch 'jk/for-each-object-iteration'Junio C Hamano2018-08-201-17/+0
|\ \
| * | for_each_*_object: move declarations to object-store.hJeff King2018-08-141-20/+0
| * | for_each_packed_object: support iterating in pack-orderJeff King2018-08-131-3/+5
| * | for_each_*_object: give more comprehensive docstringsJeff King2018-08-131-4/+8
| * | for_each_*_object: take flag arguments as enumJeff King2018-08-131-2/+3
| * | for_each_*_object: store flag definitions in a single locationJeff King2018-08-131-6/+2
* | | packfile: ensure that enum object_type is definedBeat Bolli2018-07-261-1/+1
|/ /
* | Merge branch 'sb/object-store-grafts'Junio C Hamano2018-07-181-0/+5
|\ \ | |/ |/|
| * object-store: move object access functions to object-store.hStefan Beller2018-05-161-0/+5
* | Merge branch 'bc/object-id'Junio C Hamano2018-05-301-2/+2
|\ \
| * | packfile: convert find_pack_entry to object_idbrian m. carlson2018-05-021-1/+1
| * | packfile: convert has_sha1_pack to object_idbrian m. carlson2018-05-021-1/+1
* | | Merge branch 'sb/oid-object-info'Junio C Hamano2018-05-231-2/+4
|\ \ \ | | |/ | |/|
| * | cache.h: allow oid_object_info to handle arbitrary repositoriesStefan Beller2018-04-261-4/+4
| * | packfile: add repository argument to unpack_entryStefan Beller2018-04-261-1/+2
| * | packfile: add repository argument to packed_object_infoJonathan Nieder2018-04-261-1/+2
| |/
* | Merge branch 'ds/commit-graph'Junio C Hamano2018-05-081-0/+2
|\ \ | |/ |/|
| * commit-graph: read only from specific pack-indexesDerrick Stolee2018-04-111-0/+2
* | Merge branch 'sb/packfiles-in-repository'Junio C Hamano2018-04-111-4/+7
|\ \
| * | packfile: keep prepare_packed_git() privateNguyễn Thái Ngọc Duy2018-03-261-1/+0
| * | packfile: allow find_pack_entry to handle arbitrary repositoriesStefan Beller2018-03-261-2/+1
| * | packfile: add repository argument to find_pack_entryStefan Beller2018-03-261-1/+6
| * | packfile: allow reprepare_packed_git to handle arbitrary repositoriesStefan Beller2018-03-261-2/+1
| * | packfile: allow prepare_packed_git to handle arbitrary repositoriesStefan Beller2018-03-261-2/+1
| * | packfile: add repository argument to reprepare_packed_gitStefan Beller2018-03-261-1/+2
| * | packfile: add repository argument to prepare_packed_gitStefan Beller2018-03-261-1/+2
| * | packfile: allow install_packed_git to handle arbitrary repositoriesStefan Beller2018-03-261-1/+1
* | | Merge branch 'sb/object-store'Junio C Hamano2018-04-111-1/+4
|\| |
| * | object-store: close all packs upon clearing the object storeStefan Beller2018-03-261-1/+1
| * | object-store: move packed_git and packed_git_mru to object storeStefan Beller2018-03-261-0/+3
| |/
* / packfile: define and use bsearch_pack()Derrick Stolee2018-03-221-0/+8
|/
* fsck: introduce partialclone extensionJonathan Tan2017-12-051-0/+13
* pack: move for_each_packed_object()Jonathan Tan2017-08-231-0/+11
* pack: move has_pack_index()Jonathan Tan2017-08-231-0/+2
* pack: move has_sha1_pack()Jonathan Tan2017-08-231-0/+2
* pack: move find_pack_entry() and make it globalJonathan Tan2017-08-231-0/+2
* pack: move find_sha1_pack()Jonathan Tan2017-08-231-0/+3
* pack: move find_pack_entry_one(), is_pack_valid()Jonathan Tan2017-08-231-2/+7
* pack: move check_pack_index_ptr(), nth_packed_object_offset()Jonathan Tan2017-08-231-0/+16
* pack: move nth_packed_object_{sha1,oid}Jonathan Tan2017-08-231-1/+15
* pack: move clear_delta_base_cache(), packed_object_info(), unpack_entry()Jonathan Tan2017-08-231-0/+10
* pack: move unpack_object_header()Jonathan Tan2017-08-231-0/+1
* pack: move get_size_from_delta()Jonathan Tan2017-08-231-0/+1
* pack: move unpack_object_header_buffer()Jonathan Tan2017-08-231-0/+2