summaryrefslogtreecommitdiffstats
path: root/packfile.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'jl/zlib-restore-nul-termination'Junio C Hamano2018-06-181-0/+3
|\
| * packfile: correct zlib buffer handlingJeremy Linton2018-06-131-0/+3
* | Merge branch 'bc/object-id'Junio C Hamano2018-05-301-36/+43
|\ \
| * | packfile: abstract away hash constant valuesbrian m. carlson2018-05-021-29/+37
| * | packfile: convert find_pack_entry to object_idbrian m. carlson2018-05-021-6/+6
| * | packfile: convert has_sha1_pack to object_idbrian m. carlson2018-05-021-2/+2
| * | packfile: remove unused member from struct pack_entrybrian m. carlson2018-05-021-1/+0
* | | Merge branch 'js/use-bug-macro'Junio C Hamano2018-05-301-3/+3
|\ \ \
| * | | Replace all die("BUG: ...") calls by BUG() onesJohannes Schindelin2018-05-061-3/+3
| |/ /
* | | Merge branch 'sb/oid-object-info'Junio C Hamano2018-05-231-17/+23
|\ \ \
| * | | cache.h: allow oid_object_info to handle arbitrary repositoriesStefan Beller2018-04-261-30/+28
| * | | packfile: add repository argument to cache_or_unpack_entryStefan Beller2018-04-261-2/+3
| * | | packfile: add repository argument to unpack_entryStefan Beller2018-04-261-3/+4
| * | | packfile: add repository argument to read_objectStefan Beller2018-04-261-3/+5
| * | | packfile: add repository argument to packed_object_infoJonathan Nieder2018-04-261-2/+2
| * | | packfile: add repository argument to packed_to_object_typeStefan Beller2018-04-261-7/+9
| * | | packfile: add repository argument to retry_bad_packed_offsetStefan Beller2018-04-261-3/+5
| * | | cache.h: add repository argument to oid_object_infoStefan Beller2018-04-261-1/+1
| * | | cache.h: add repository argument to oid_object_info_extendedStefan Beller2018-04-261-1/+1
| |/ /
* | | Merge branch 'ds/lazy-load-trees'Junio C Hamano2018-05-231-1/+1
|\ \ \
| * | | treewide: replace maybe_tree with accessor methodsDerrick Stolee2018-04-111-1/+1
| * | | treewide: rename tree to maybe_treeDerrick Stolee2018-04-111-1/+1
| * | | Merge branch 'bw/c-plus-plus' into ds/lazy-load-treesJunio C Hamano2018-04-111-4/+4
| |\ \ \
* | | | | Merge branch 'ds/commit-graph'Junio C Hamano2018-05-081-2/+2
|\| | | | | |_|/ / |/| | |
| * | | commit-graph: read only from specific pack-indexesDerrick Stolee2018-04-111-2/+2
| * | | Merge branch 'jt/binsearch-with-fanout' into HEADJunio C Hamano2018-03-131-25/+4
| |\ \ \
* | \ \ \ Merge branch 'sb/packfiles-in-repository'Junio C Hamano2018-04-111-39/+37
|\ \ \ \ \
| * | | | | packfile: keep prepare_packed_git() privateNguyễn Thái Ngọc Duy2018-03-261-1/+4
| * | | | | packfile: allow find_pack_entry to handle arbitrary repositoriesStefan Beller2018-03-261-6/+5
| * | | | | packfile: add repository argument to find_pack_entryStefan Beller2018-03-261-6/+2
| * | | | | packfile: allow reprepare_packed_git to handle arbitrary repositoriesStefan Beller2018-03-261-4/+4
| * | | | | packfile: allow prepare_packed_git to handle arbitrary repositoriesStefan Beller2018-03-261-9/+9
| * | | | | packfile: allow prepare_packed_git_one to handle arbitrary repositoriesStefan Beller2018-03-261-4/+3
| * | | | | packfile: add repository argument to reprepare_packed_gitStefan Beller2018-03-261-1/+1
| * | | | | packfile: add repository argument to prepare_packed_gitStefan Beller2018-03-261-5/+5
| * | | | | packfile: add repository argument to prepare_packed_git_oneStefan Beller2018-03-261-3/+4
| * | | | | packfile: allow install_packed_git to handle arbitrary repositoriesStefan Beller2018-03-261-4/+4
| * | | | | packfile: allow rearrange_packed_git to handle arbitrary repositoriesStefan Beller2018-03-261-4/+4
| * | | | | packfile: allow prepare_packed_git_mru to handle arbitrary repositoriesStefan Beller2018-03-261-5/+5
* | | | | | Merge branch 'sb/object-store'Junio C Hamano2018-04-111-33/+44
|\| | | | |
| * | | | | sha1_file: add repository argument to prepare_alt_odbStefan Beller2018-03-261-1/+1
| * | | | | pack: move approximate object count to object storeStefan Beller2018-03-261-6/+5
| * | | | | pack: move prepare_packed_git_run_once to object storeStefan Beller2018-03-261-4/+3
| * | | | | object-store: close all packs upon clearing the object storeStefan Beller2018-03-261-2/+2
| * | | | | object-store: move packed_git and packed_git_mru to object storeStefan Beller2018-03-261-20/+31
| * | | | | object-store: move alt_odb_list and alt_odb_tail to object storeStefan Beller2018-03-231-1/+2
| * | | | | object-store: migrate alternates struct and functions from cache.hStefan Beller2018-03-231-0/+1
| |/ / / /
* | | | | packfile: define and use bsearch_pack()Derrick Stolee2018-03-221-16/+26
* | | | | sha1_file: convert sha1_object_info* to object_idbrian m. carlson2018-03-141-2/+2
* | | | | packfile: convert unpack_entry to struct object_idbrian m. carlson2018-03-141-11/+11