summaryrefslogtreecommitdiff
path: root/object-store.h
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'jk/check-connected-with-alternates'Junio C Hamano2019-07-191-0/+2
|\
| * object-store.h: move for_each_alternate_ref() from transport.hJeff King2019-07-011-0/+2
* | Merge branch 'ds/object-info-for-prefetch-fix'Junio C Hamano2019-06-171-3/+7
|\ \ | |/ |/|
| * sha1-file: split OBJECT_INFO_FOR_PREFETCHDerrick Stolee2019-05-281-3/+7
* | Merge branch 'ds/midx-too-many-packs'Junio C Hamano2019-05-191-7/+2
|\ \
| * | midx: add packs to packed_git linked listDerrick Stolee2019-05-071-7/+2
* | | Merge branch 'dl/no-extern-in-func-decl'Junio C Hamano2019-05-131-16/+16
|\ \ \ | |/ / |/| |
| * | *.[ch]: manually align parameter listsDenton Liu2019-05-051-8/+8
| * | *.[ch]: remove extern from function declarations using spatchDenton Liu2019-05-051-8/+8
* | | Merge branch 'jt/batch-fetch-blobs-in-diff'Junio C Hamano2019-04-251-0/+6
|\ \ \ | | |/ | |/|
| * | sha1-file: support OBJECT_INFO_FOR_PREFETCHJonathan Tan2019-04-011-0/+6
| |/
* | object-store: rename and expand packed_git's sha1 memberbrian m. carlson2019-04-011-1/+1
|/
* Merge branch 'jk/loose-object-cache-oid'Junio C Hamano2019-02-061-16/+5
|\
| * sha1-file: drop has_sha1_file()Jeff King2019-01-081-8/+4
| * sha1-file: modernize loose object file functionsJeff King2019-01-081-3/+5
* | Merge branch 'sb/more-repo-in-api'Junio C Hamano2019-02-051-8/+27
|\ \ | |/ |/|
| * object-store: prepare has_{sha1, object}_file to handle any repoStefan Beller2018-11-141-5/+17
| * object-store: prepare read_object_file to deal with any repoStefan Beller2018-11-141-2/+8
| * object-store: allow read_object_file_extended to read from any repoStefan Beller2018-11-141-2/+3
* | object-store: retire odb_load_loose_cache()René Scharfe2019-01-081-7/+0
* | object-store: use one oid_array per subdirectory for loose cacheRené Scharfe2019-01-081-1/+1
* | object-store: factor out odb_clear_loose_cache()René Scharfe2019-01-081-0/+3
* | object-store: factor out odb_loose_cache()René Scharfe2019-01-081-0/+7
* | sha1-file: use loose object cache for quick existence checkJeff King2018-11-131-0/+1
* | object-store: provide helpers for loose_objects_cacheJeff King2018-11-131-5/+13
* | sha1-file: use an object_directory for the main object dirJeff King2018-11-131-14/+13
* | handle alternates paths the same as the main object dirJeff King2018-11-131-13/+1
* | sha1_file_name(): overwrite buffer instead of appendingJeff King2018-11-131-1/+1
* | rename "alternate_object_database" to "object_directory"Jeff King2018-11-131-7/+7
|/
* packfile: add all_packs listDerrick Stolee2018-08-201-0/+6
* Sync 'ds/multi-pack-index' to v2.19.0-rc0Junio C Hamano2018-08-201-0/+9
|\
| * config: create core.multiPackIndex settingDerrick Stolee2018-07-201-0/+7
| * multi-pack-index: load into memoryDerrick Stolee2018-07-201-0/+2
* | Merge branch 'en/incl-forward-decl'Junio C Hamano2018-08-201-0/+1
|\ \
| * | Add missing includes and forward declarationsElijah Newren2018-08-151-0/+1
* | | for_each_*_object: move declarations to object-store.hJeff King2018-08-141-0/+90
|/ /
* | commit-graph: store graph in struct object_storeJonathan Tan2018-07-171-0/+3
* | object-store: add missing includeJonathan Tan2018-07-171-0/+3
* | Merge branch 'sb/object-store-grafts' into sb/object-store-lookupJunio C Hamano2018-06-291-0/+117
|\ \ | |/ |/|
| * object-store: move object access functions to object-store.hStefan Beller2018-05-161-0/+117
* | Merge branch 'nd/pack-objects-pack-struct'Junio C Hamano2018-05-231-0/+1
|\ \
| * | pack-objects: move in_pack out of struct object_entryNguyễn Thái Ngọc Duy2018-04-161-0/+1
* | | Merge branch 'nd/repack-keep-pack'Junio C Hamano2018-05-231-0/+1
|\ \ \ | |_|/ |/| |
| * | repack: add --keep-pack optionNguyễn Thái Ngọc Duy2018-04-161-0/+1
| |/
* | replace-object: eliminate replace objects prepared flagStefan Beller2018-04-121-1/+1
* | replace-object: move replace_map to object storeStefan Beller2018-04-121-0/+8
|/
* sha1_file: allow map_sha1_file to handle arbitrary repositoriesStefan Beller2018-03-261-2/+1
* sha1_file: allow sha1_file_name to handle arbitrary repositoriesStefan Beller2018-03-261-2/+1
* sha1_file: add repository argument to map_sha1_fileStefan Beller2018-03-261-0/+3
* sha1_file: add repository argument to sha1_file_nameStefan Beller2018-03-261-0/+7