| Commit message (Expand) | Author | Age | Files | Lines |
* | packfile: prepare for the existence of '*.rev' files | Taylor Blau | 2021-01-25 | 1 | -0/+3 |
* | sha1-file: introduce no-lazy-fetch has_object() | Jonathan Tan | 2020-08-06 | 1 | -2/+23 |
* | packfile: compute and use the index CRC offset | brian m. carlson | 2020-05-27 | 1 | -0/+1 |
* | oid_array: rename source file from sha1-array | Jeff King | 2020-03-30 | 1 | -1/+1 |
* | packed_object_info(): use object_id for returning delta base | Jeff King | 2020-02-24 | 1 | -1/+1 |
* | Merge branch 'mt/use-passed-repo-more-in-funcs' | Junio C Hamano | 2020-02-14 | 1 | -2/+3 |
|\ |
|
| * | sha1-file: pass git_hash_algo to hash_object_file() | Matheus Tavares | 2020-01-31 | 1 | -2/+3 |
* | | Merge branch 'mt/threaded-grep-in-object-store' | Junio C Hamano | 2020-02-14 | 1 | -0/+37 |
|\ \ |
|
| * | | object-store: allow threaded access to object reading | Matheus Tavares | 2020-01-17 | 1 | -0/+35 |
| * | | replace-object: make replace operations thread-safe | Matheus Tavares | 2020-01-17 | 1 | -0/+2 |
| |/ |
|
* | | Merge branch 'jn/pretend-object-doc' | Junio C Hamano | 2020-02-12 | 1 | -0/+8 |
|\ \ |
|
| * | | sha1-file: document how to use pretend_object_file | Jonathan Nieder | 2020-01-06 | 1 | -0/+8 |
* | | | Merge branch 'jt/sha1-file-remove-oi-skip-cached' | Junio C Hamano | 2020-01-22 | 1 | -2/+0 |
|\ \ \
| |_|/
|/| | |
|
| * | | sha1-file: remove OBJECT_INFO_SKIP_CACHED | Jonathan Tan | 2020-01-02 | 1 | -2/+0 |
| |/ |
|
* | | packfile.c: speed up loading lots of packfiles | Colin Stolley | 2019-12-03 | 1 | -0/+21 |
|/ |
|
* | Merge branch 'jk/check-connected-with-alternates' | Junio C Hamano | 2019-07-19 | 1 | -0/+2 |
|\ |
|
| * | object-store.h: move for_each_alternate_ref() from transport.h | Jeff King | 2019-07-01 | 1 | -0/+2 |
* | | Merge branch 'ds/object-info-for-prefetch-fix' | Junio C Hamano | 2019-06-17 | 1 | -3/+7 |
|\ \
| |/
|/| |
|
| * | sha1-file: split OBJECT_INFO_FOR_PREFETCH | Derrick Stolee | 2019-05-28 | 1 | -3/+7 |
* | | Merge branch 'ds/midx-too-many-packs' | Junio C Hamano | 2019-05-19 | 1 | -7/+2 |
|\ \ |
|
| * | | midx: add packs to packed_git linked list | Derrick Stolee | 2019-05-07 | 1 | -7/+2 |
* | | | Merge branch 'dl/no-extern-in-func-decl' | Junio C Hamano | 2019-05-13 | 1 | -16/+16 |
|\ \ \
| |/ /
|/| | |
|
| * | | *.[ch]: manually align parameter lists | Denton Liu | 2019-05-05 | 1 | -8/+8 |
| * | | *.[ch]: remove extern from function declarations using spatch | Denton Liu | 2019-05-05 | 1 | -8/+8 |
* | | | Merge branch 'jt/batch-fetch-blobs-in-diff' | Junio C Hamano | 2019-04-25 | 1 | -0/+6 |
|\ \ \
| | |/
| |/| |
|
| * | | sha1-file: support OBJECT_INFO_FOR_PREFETCH | Jonathan Tan | 2019-04-01 | 1 | -0/+6 |
| |/ |
|
* | | object-store: rename and expand packed_git's sha1 member | brian m. carlson | 2019-04-01 | 1 | -1/+1 |
|/ |
|
* | Merge branch 'jk/loose-object-cache-oid' | Junio C Hamano | 2019-02-06 | 1 | -16/+5 |
|\ |
|
| * | sha1-file: drop has_sha1_file() | Jeff King | 2019-01-08 | 1 | -8/+4 |
| * | sha1-file: modernize loose object file functions | Jeff King | 2019-01-08 | 1 | -3/+5 |
* | | Merge branch 'sb/more-repo-in-api' | Junio C Hamano | 2019-02-05 | 1 | -8/+27 |
|\ \
| |/
|/| |
|
| * | object-store: prepare has_{sha1, object}_file to handle any repo | Stefan Beller | 2018-11-14 | 1 | -5/+17 |
| * | object-store: prepare read_object_file to deal with any repo | Stefan Beller | 2018-11-14 | 1 | -2/+8 |
| * | object-store: allow read_object_file_extended to read from any repo | Stefan Beller | 2018-11-14 | 1 | -2/+3 |
* | | object-store: retire odb_load_loose_cache() | René Scharfe | 2019-01-08 | 1 | -7/+0 |
* | | object-store: use one oid_array per subdirectory for loose cache | René Scharfe | 2019-01-08 | 1 | -1/+1 |
* | | object-store: factor out odb_clear_loose_cache() | René Scharfe | 2019-01-08 | 1 | -0/+3 |
* | | object-store: factor out odb_loose_cache() | René Scharfe | 2019-01-08 | 1 | -0/+7 |
* | | sha1-file: use loose object cache for quick existence check | Jeff King | 2018-11-13 | 1 | -0/+1 |
* | | object-store: provide helpers for loose_objects_cache | Jeff King | 2018-11-13 | 1 | -5/+13 |
* | | sha1-file: use an object_directory for the main object dir | Jeff King | 2018-11-13 | 1 | -14/+13 |
* | | handle alternates paths the same as the main object dir | Jeff King | 2018-11-13 | 1 | -13/+1 |
* | | sha1_file_name(): overwrite buffer instead of appending | Jeff King | 2018-11-13 | 1 | -1/+1 |
* | | rename "alternate_object_database" to "object_directory" | Jeff King | 2018-11-13 | 1 | -7/+7 |
|/ |
|
* | packfile: add all_packs list | Derrick Stolee | 2018-08-20 | 1 | -0/+6 |
* | Sync 'ds/multi-pack-index' to v2.19.0-rc0 | Junio C Hamano | 2018-08-20 | 1 | -0/+9 |
|\ |
|
| * | config: create core.multiPackIndex setting | Derrick Stolee | 2018-07-20 | 1 | -0/+7 |
| * | multi-pack-index: load into memory | Derrick Stolee | 2018-07-20 | 1 | -0/+2 |
* | | Merge branch 'en/incl-forward-decl' | Junio C Hamano | 2018-08-20 | 1 | -0/+1 |
|\ \ |
|
| * | | Add missing includes and forward declarations | Elijah Newren | 2018-08-15 | 1 | -0/+1 |