| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'jt/pretend-object-never-come-from-elsewhere' | Junio C Hamano | 2020-08-04 | 1 | -1/+2 |
|\ |
|
| * | sha1-file: make pretend_object_file() not prefetch | Jonathan Tan | 2020-07-21 | 1 | -1/+2 |
* | | Merge branch 'lr/freshen-file-fix' | Junio C Hamano | 2020-04-28 | 1 | -3/+1 |
|\ \ |
|
| * | | freshen_file(): use NULL `times' for implicit current-time | luciano.rocha@booking.com | 2020-04-15 | 1 | -3/+1 |
* | | | Merge branch 'bc/sha-256-part-1-of-4' | Junio C Hamano | 2020-03-26 | 1 | -0/+18 |
|\ \ \ |
|
| * | | | hash: implement and use a context cloning function | brian m. carlson | 2020-02-24 | 1 | -0/+18 |
* | | | | real_path_if_valid(): remove unsafe API | Alexandr Miloslavskiy | 2020-03-10 | 1 | -9/+4 |
| |_|/
|/| | |
|
* | | | packed_object_info(): use object_id for returning delta base | Jeff King | 2020-02-24 | 1 | -4/+4 |
|/ / |
|
* | | Merge branch 'mt/use-passed-repo-more-in-funcs' | Junio C Hamano | 2020-02-14 | 1 | -24/+31 |
|\ \ |
|
| * | | sha1-file: allow check_object_signature() to handle any repo | Matheus Tavares | 2020-01-31 | 1 | -10/+11 |
| * | | sha1-file: pass git_hash_algo to hash_object_file() | Matheus Tavares | 2020-01-31 | 1 | -9/+11 |
| * | | sha1-file: pass git_hash_algo to write_object_file_prepare() | Matheus Tavares | 2020-01-31 | 1 | -8/+12 |
| * | | streaming: allow open_istream() to handle any repo | Matheus Tavares | 2020-01-31 | 1 | -1/+1 |
| |/ |
|
* | | Merge branch 'mt/threaded-grep-in-object-store' | Junio C Hamano | 2020-02-14 | 1 | -5/+52 |
|\ \ |
|
| * | | object-store: allow threaded access to object reading | Matheus Tavares | 2020-01-17 | 1 | -5/+52 |
| |/ |
|
* | | sha1-file: remove OBJECT_INFO_SKIP_CACHED | Jonathan Tan | 2020-01-02 | 1 | -20/+18 |
|/ |
|
* | Merge branch 'bc/object-id-part17' | Junio C Hamano | 2019-10-11 | 1 | -1/+0 |
|\ |
|
| * | cache: remove null_sha1 | brian m. carlson | 2019-08-19 | 1 | -1/+0 |
* | | Merge branch 'cc/multi-promisor' | Junio C Hamano | 2019-09-18 | 1 | -7/+8 |
|\ \ |
|
| * | | Use promisor_remote_get_direct() and has_promisor_remote() | Christian Couder | 2019-06-25 | 1 | -7/+8 |
| * | | fetch-object: make functions return an error code | Christian Couder | 2019-06-25 | 1 | -2/+2 |
* | | | packfile: drop release_pack_memory() | Jeff King | 2019-08-13 | 1 | -6/+2 |
| |/
|/| |
|
* | | sha1-file: release strbuf after use | René Scharfe | 2019-08-07 | 1 | -0/+1 |
* | | Merge branch 'jk/check-connected-with-alternates' | Junio C Hamano | 2019-07-19 | 1 | -0/+97 |
|\ \ |
|
| * | | object-store.h: move for_each_alternate_ref() from transport.h | Jeff King | 2019-07-01 | 1 | -0/+97 |
* | | | sha1-file.c: remove the_repo from read_object_with_reference() | Nguyễn Thái Ngọc Duy | 2019-06-27 | 1 | -2/+3 |
| |/
|/| |
|
* | | Merge branch 'ds/object-info-for-prefetch-fix' | Junio C Hamano | 2019-06-17 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | sha1-file: split OBJECT_INFO_FOR_PREFETCH | Derrick Stolee | 2019-05-28 | 1 | -1/+1 |
* | | Merge branch 'jt/batch-fetch-blobs-in-diff' | Junio C Hamano | 2019-04-25 | 1 | -1/+2 |
|\ \
| |/ |
|
| * | sha1-file: support OBJECT_INFO_FOR_PREFETCH | Jonathan Tan | 2019-04-01 | 1 | -1/+2 |
* | | hash: add a function to lookup hash algorithm by length | brian m. carlson | 2019-04-01 | 1 | -0/+8 |
|/ |
|
* | Merge branch 'jk/loose-object-cache-oid' | Junio C Hamano | 2019-02-06 | 1 | -116/+104 |
|\ |
|
| * | prefer "hash mismatch" to "sha1 mismatch" | Jeff King | 2019-01-08 | 1 | -2/+2 |
| * | sha1-file: avoid "sha1 file" for generic use in messages | Jeff King | 2019-01-08 | 1 | -2/+2 |
| * | sha1-file: prefer "loose object file" to "sha1 file" in messages | Jeff King | 2019-01-08 | 1 | -3/+3 |
| * | sha1-file: drop has_sha1_file() | Jeff King | 2019-01-08 | 1 | -14/+2 |
| * | convert has_sha1_file() callers to has_object_file() | Jeff King | 2019-01-08 | 1 | -1/+1 |
| * | sha1-file: convert pass-through functions to object_id | Jeff King | 2019-01-08 | 1 | -13/+7 |
| * | sha1-file: modernize loose header/stream functions | Jeff King | 2019-01-08 | 1 | -41/+43 |
| * | sha1-file: modernize loose object file functions | Jeff King | 2019-01-08 | 1 | -40/+41 |
| * | sha1-file: fix outdated sha1 comment references | Jeff King | 2019-01-08 | 1 | -3/+3 |
* | | Merge branch 'sb/more-repo-in-api' | Junio C Hamano | 2019-02-05 | 1 | -14/+20 |
|\ \ |
|
| * | | object-store: prepare has_{sha1, object}_file to handle any repo | Stefan Beller | 2018-11-14 | 1 | -6/+9 |
| * | | object-store: allow read_object_file_extended to read from any repo | Stefan Beller | 2018-11-14 | 1 | -5/+6 |
| * | | packfile: allow has_packed_and_bad to handle arbitrary repositories | Stefan Beller | 2018-10-19 | 1 | -1/+1 |
| * | | sha1_file: allow read_object to read objects in arbitrary repositories | Stefan Beller | 2018-10-19 | 1 | -4/+6 |
* | | | Merge branch 'bc/sha-256' | Junio C Hamano | 2019-01-29 | 1 | -1/+69 |
|\ \ \ |
|
| * | | | Add a base implementation of SHA-256 support | brian m. carlson | 2018-11-14 | 1 | -0/+45 |
| * | | | sha1-file: add a constant for hash block size | brian m. carlson | 2018-11-14 | 1 | -0/+2 |
| * | | | sha1-file: provide functions to look up hash algorithms | brian m. carlson | 2018-10-22 | 1 | -0/+21 |