summaryrefslogtreecommitdiff
path: root/packfile.c
AgeCommit message (Expand)AuthorFilesLines
2018-08-29convert "hashcmp() != 0" to "!hasheq()"Libravatar Jeff King1-1/+1
2018-08-29convert "hashcmp() == 0" to hasheq()Libravatar Jeff King1-5/+5
2018-08-13for_each_packed_object: support iterating in pack-orderLibravatar Jeff King1-5/+16
2018-08-13for_each_*_object: take flag arguments as enumLibravatar Jeff King1-1/+2
2018-06-29object: add repository argument to parse_objectLibravatar Stefan Beller1-1/+1
2018-06-18Merge branch 'jl/zlib-restore-nul-termination'Libravatar Junio C Hamano1-0/+3
2018-06-13packfile: correct zlib buffer handlingLibravatar Jeremy Linton1-0/+3
2018-05-30Merge branch 'bc/object-id'Libravatar Junio C Hamano1-36/+43
2018-05-30Merge branch 'js/use-bug-macro'Libravatar Junio C Hamano1-3/+3
2018-05-23Merge branch 'sb/oid-object-info'Libravatar Junio C Hamano1-17/+23
2018-05-23Merge branch 'ds/lazy-load-trees'Libravatar Junio C Hamano1-1/+1
2018-05-08Merge branch 'ds/commit-graph'Libravatar Junio C Hamano1-2/+2
2018-05-06Replace all die("BUG: ...") calls by BUG() onesLibravatar Johannes Schindelin1-3/+3
2018-05-02packfile: abstract away hash constant valuesLibravatar brian m. carlson1-29/+37
2018-05-02packfile: convert find_pack_entry to object_idLibravatar brian m. carlson1-6/+6
2018-05-02packfile: convert has_sha1_pack to object_idLibravatar brian m. carlson1-2/+2
2018-05-02packfile: remove unused member from struct pack_entryLibravatar brian m. carlson1-1/+0
2018-04-26cache.h: allow oid_object_info to handle arbitrary repositoriesLibravatar Stefan Beller1-30/+28
2018-04-26packfile: add repository argument to cache_or_unpack_entryLibravatar Stefan Beller1-2/+3
2018-04-26packfile: add repository argument to unpack_entryLibravatar Stefan Beller1-3/+4
2018-04-26packfile: add repository argument to read_objectLibravatar Stefan Beller1-3/+5
2018-04-26packfile: add repository argument to packed_object_infoLibravatar Jonathan Nieder1-2/+2
2018-04-26packfile: add repository argument to packed_to_object_typeLibravatar Stefan Beller1-7/+9
2018-04-26packfile: add repository argument to retry_bad_packed_offsetLibravatar Stefan Beller1-3/+5
2018-04-26cache.h: add repository argument to oid_object_infoLibravatar Stefan Beller1-1/+1
2018-04-26cache.h: add repository argument to oid_object_info_extendedLibravatar Stefan Beller1-1/+1
2018-04-11Merge branch 'sb/packfiles-in-repository'Libravatar Junio C Hamano1-39/+37
2018-04-11Merge branch 'sb/object-store'Libravatar Junio C Hamano1-33/+44
2018-04-11treewide: replace maybe_tree with accessor methodsLibravatar Derrick Stolee1-1/+1
2018-04-11treewide: rename tree to maybe_treeLibravatar Derrick Stolee1-1/+1
2018-04-11Merge branch 'bw/c-plus-plus' into ds/lazy-load-treesLibravatar Junio C Hamano1-4/+4
2018-04-11commit-graph: read only from specific pack-indexesLibravatar Derrick Stolee1-2/+2
2018-03-26packfile: keep prepare_packed_git() privateLibravatar Nguyễn Thái Ngọc Duy1-1/+4
2018-03-26packfile: allow find_pack_entry to handle arbitrary repositoriesLibravatar Stefan Beller1-6/+5
2018-03-26packfile: add repository argument to find_pack_entryLibravatar Stefan Beller1-6/+2
2018-03-26packfile: allow reprepare_packed_git to handle arbitrary repositoriesLibravatar Stefan Beller1-4/+4
2018-03-26packfile: allow prepare_packed_git to handle arbitrary repositoriesLibravatar Stefan Beller1-9/+9
2018-03-26packfile: allow prepare_packed_git_one to handle arbitrary repositoriesLibravatar Stefan Beller1-4/+3
2018-03-26packfile: add repository argument to reprepare_packed_gitLibravatar Stefan Beller1-1/+1
2018-03-26packfile: add repository argument to prepare_packed_gitLibravatar Stefan Beller1-5/+5
2018-03-26packfile: add repository argument to prepare_packed_git_oneLibravatar Stefan Beller1-3/+4
2018-03-26packfile: allow install_packed_git to handle arbitrary repositoriesLibravatar Stefan Beller1-4/+4
2018-03-26packfile: allow rearrange_packed_git to handle arbitrary repositoriesLibravatar Stefan Beller1-4/+4
2018-03-26packfile: allow prepare_packed_git_mru to handle arbitrary repositoriesLibravatar Stefan Beller1-5/+5
2018-03-26sha1_file: add repository argument to prepare_alt_odbLibravatar Stefan Beller1-1/+1
2018-03-26pack: move approximate object count to object storeLibravatar Stefan Beller1-6/+5
2018-03-26pack: move prepare_packed_git_run_once to object storeLibravatar Stefan Beller1-4/+3
2018-03-26object-store: close all packs upon clearing the object storeLibravatar Stefan Beller1-2/+2
2018-03-26object-store: move packed_git and packed_git_mru to object storeLibravatar Stefan Beller1-20/+31
2018-03-23object-store: move alt_odb_list and alt_odb_tail to object storeLibravatar Stefan Beller1-1/+2