Age | Commit message (Expand) | Author | Files | Lines |
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 |
2018-03-06 | Merge branch 'bw/c-plus-plus' | Junio C Hamano | 1 | -6/+6 |
2018-03-06 | object.h: update flag allocation comment | Nguyễn Thái Ngọc Duy | 1 | -0/+1 |
2018-02-15 | Merge branch 'bc/hash-algo' | Junio C Hamano | 1 | -57/+57 |
2018-02-15 | Merge branch 'po/object-id' | Junio C Hamano | 1 | -3/+2 |
2018-02-14 | object: rename function 'typename' to 'type_name' | Brandon Williams | 1 | -6/+6 |
2018-02-13 | Merge branch 'jh/fsck-promisors' | Junio C Hamano | 1 | -45/+66 |
2018-02-02 | csum-file: rename sha1file to hashfile | brian m. carlson | 1 | -10/+10 |
2018-02-02 | builtin/index-pack: improve hash function abstraction | brian m. carlson | 1 | -45/+45 |
2018-01-30 | sha1_file: convert hash_sha1_file to object_id | Patryk Obara | 1 | -3/+2 |
2017-12-11 | index-pack: use skip_to_optional_arg() | Christian Couder | 1 | -8/+3 |
2017-12-08 | sha1_file: support lazily fetching missing objects | Jonathan Tan | 1 | -0/+6 |
2017-12-05 | introduce fetch-object: fetch one promisor object | Jonathan Tan | 1 | -3/+13 |
2017-12-05 | index-pack: refactor writing of .keep files | Jonathan Tan | 1 | -46/+53 |
2017-10-10 | cleanup: fix possible overflow errors in binary search | Derrick Stolee | 1 | -2/+2 |