Age | Commit message (Expand) | Author | Files | Lines |
2020-08-21 | index-pack: adjust default threading cap | Jeff King | 1 | -3/+16 |
2020-06-19 | builtin/index-pack: add option to specify hash algorithm | brian m. carlson | 1 | -0/+8 |
2020-05-27 | packfile: compute and use the index CRC offset | brian m. carlson | 1 | -5/+1 |
2020-04-02 | promisor-remote: accept 0 as oid_nr in function | Jonathan Tan | 1 | -3/+2 |
2020-02-14 | Merge branch 'jk/index-pack-dupfix' | Junio C Hamano | 1 | -1/+3 |
2020-02-04 | index-pack: downgrade twice-resolved REF_DELTA to die() | Jeff King | 1 | -1/+3 |
2020-01-31 | sha1-file: allow check_object_signature() to handle any repo | Matheus Tavares | 1 | -2/+3 |
2020-01-31 | sha1-file: pass git_hash_algo to hash_object_file() | Matheus Tavares | 1 | -1/+1 |
2020-01-31 | streaming: allow open_istream() to handle any repo | Matheus Tavares | 1 | -1/+2 |
2019-10-11 | Merge branch 'bc/object-id-part17' | Junio C Hamano | 1 | -2/+2 |
2019-08-19 | builtin/index-pack: replace sha1_to_hex | brian m. carlson | 1 | -2/+2 |
2019-06-25 | Use promisor_remote_get_direct() and has_promisor_remote() | Christian Couder | 1 | -4/+4 |
2019-05-15 | index-pack: prefetch missing REF_DELTA bases | Jonathan Tan | 1 | -2/+24 |
2019-04-01 | index-pack: show progress while checking objects | SZEDER Gábor | 1 | -1/+9 |
2019-01-08 | convert has_sha1_file() callers to has_object_file() | Jeff King | 1 | -1/+1 |
2018-11-19 | Merge branch 'tb/print-size-t-with-uintmax-format' | Junio C Hamano | 1 | -4/+5 |
2018-11-12 | Upcast size_t variables to uintmax_t when printing | Torsten Bögershausen | 1 | -4/+5 |
2018-11-05 | index-pack: remove #ifdef NO_PTHREADS | Nguyễn Thái Ngọc Duy | 1 | -49/+14 |
2018-08-29 | convert "hashcmp() != 0" to "!hasheq()" | Jeff King | 1 | -2/+2 |
2018-08-29 | convert "oidcmp() == 0" to oideq() | Jeff King | 1 | -2/+2 |
2018-08-15 | Merge branch 'jk/core-use-replace-refs' | Junio C Hamano | 1 | -1/+1 |
2018-07-18 | check_replace_refs: rename to read_replace_refs | Jeff King | 1 | -1/+1 |
2018-06-29 | blob: add repository argument to lookup_blob | Stefan Beller | 1 | -1/+1 |
2018-06-29 | object: add repository argument to parse_object_buffer | Stefan Beller | 1 | -1/+2 |
2018-06-13 | Merge branch 'jk/index-pack-maint' | Junio C Hamano | 1 | -2/+6 |
2018-06-11 | index-pack: correct install_packed_git() args | Junio C Hamano | 1 | -1/+1 |
2018-06-01 | index-pack: handle --strict checks of non-repo packs | Jeff King | 1 | -2/+6 |
2018-05-30 | Merge branch 'bc/object-id' | Junio C Hamano | 1 | -1/+2 |
2018-05-30 | Merge branch 'js/use-bug-macro' | Junio C Hamano | 1 | -2/+2 |
2018-05-29 | Sync with Git 2.17.1 | Junio C Hamano | 1 | -1/+11 |
2018-05-23 | Merge branch 'sb/oid-object-info' | Junio C Hamano | 1 | -2/+2 |
2018-05-21 | index-pack: check .gitmodules files with --strict | Jeff King | 1 | -0/+10 |
2018-05-21 | index-pack: make fsck error message more specific | Jeff King | 1 | -1/+1 |
2018-05-08 | Merge branch 'ds/commit-graph' | Junio C Hamano | 1 | -1/+1 |
2018-05-06 | Replace all die("BUG: ...") calls by BUG() ones | Johannes Schindelin | 1 | -2/+2 |
2018-05-02 | index-pack: abstract away hash function constant | brian m. carlson | 1 | -1/+2 |
2018-04-26 | cache.h: add repository argument to oid_object_info | Stefan Beller | 1 | -2/+2 |
2018-04-11 | sha1_file.c: rename to use dash in file name | Stefan Beller | 1 | -1/+1 |
2018-04-11 | exec_cmd: rename to use dash in file name | Stefan Beller | 1 | -1/+1 |
2018-04-11 | Merge branch 'sb/object-store' | Junio C Hamano | 1 | -0/+1 |
2018-04-10 | Merge branch 'bc/object-id' | Junio C Hamano | 1 | -21/+22 |
2018-04-02 | csum-file: rename hashclose() to finalize_hashfile() | Derrick Stolee | 1 | -1/+1 |
2018-03-26 | object-store: move packed_git and packed_git_mru to object store | Stefan Beller | 1 | -0/+1 |
2018-03-15 | index-pack: support checking objects but not links | Jonathan Tan | 1 | -2/+4 |
2018-03-14 | Merge branch 'nd/object-allocation-comments' | Junio C Hamano | 1 | -0/+1 |
2018-03-14 | sha1_file: convert read_sha1_file to struct object_id | brian m. carlson | 1 | -2/+3 |
2018-03-14 | sha1_file: convert sha1_object_info* to object_id | brian m. carlson | 1 | -2/+2 |
2018-03-14 | streaming: convert open_istream to use struct object_id | brian m. carlson | 1 | -1/+1 |
2018-03-14 | sha1_file: convert check_sha1_signature to struct object_id | brian m. carlson | 1 | -1/+1 |
2018-03-14 | builtin/index-pack: convert struct ref_delta_entry to object_id | brian m. carlson | 1 | -17/+17 |