Age | Commit message (Expand) | Author | Files | Lines |
2020-01-31 | sha1-file: pass git_hash_algo to hash_object_file() | Matheus Tavares | 1 | -1/+2 |
2019-11-20 | builtin/unpack-objects.c: show throughput progress | SZEDER Gábor | 1 | -1/+2 |
2019-06-20 | object: convert lookup_object() to use object_id | Jeff King | 1 | -1/+1 |
2018-08-29 | convert "hashcmp() != 0" to "!hasheq()" | Jeff King | 1 | -1/+1 |
2018-08-29 | convert "oidcmp() == 0" to oideq() | Jeff King | 1 | -1/+1 |
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-07-18 | Merge branch 'sb/object-store-grafts' | Junio C Hamano | 1 | -0/+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-29 | object: add repository argument to lookup_object | Stefan Beller | 1 | -1/+1 |
2018-06-29 | Merge branch 'sb/object-store-grafts' into sb/object-store-lookup | Junio C Hamano | 1 | -0/+1 |
2018-05-29 | Sync with Git 2.17.1 | Junio C Hamano | 1 | -2/+5 |
2018-05-21 | unpack-objects: call fsck_finish() after fscking objects | Jeff King | 1 | -1/+4 |
2018-05-21 | index-pack: make fsck error message more specific | Jeff King | 1 | -1/+1 |
2018-05-16 | object-store: move object access functions to object-store.h | Stefan Beller | 1 | -0/+1 |
2018-04-26 | cache.h: add repository argument to oid_object_info | Stefan Beller | 1 | -1/+1 |
2018-04-10 | Merge branch 'bc/object-id' | Junio C Hamano | 1 | -2/+2 |
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 | -1/+1 |
2018-03-14 | sha1_file: convert sha1_object_info* to object_id | brian m. carlson | 1 | -1/+1 |
2018-03-06 | Merge branch 'bw/c-plus-plus' | Junio C Hamano | 1 | -5/+5 |
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 | -9/+9 |
2018-02-14 | object: rename function 'typename' to 'type_name' | Brandon Williams | 1 | -5/+5 |
2018-02-02 | builtin/unpack-objects: switch uses of SHA-1 to the_hash_algo | brian m. carlson | 1 | -9/+9 |
2018-01-30 | sha1_file: convert write_sha1_file to object_id | Patryk Obara | 1 | -3/+6 |
2018-01-30 | sha1_file: convert hash_sha1_file to object_id | Patryk Obara | 1 | -1/+1 |
2017-10-10 | cleanup: fix possible overflow errors in binary search | Derrick Stolee | 1 | -1/+1 |
2017-06-24 | Merge branch 'ab/free-and-null' | Junio C Hamano | 1 | -2/+1 |
2017-06-24 | Merge branch 'bw/config-h' | Junio C Hamano | 1 | -0/+1 |
2017-06-16 | coccinelle: make use of the "type" FREE_AND_NULL() rule | Ævar Arnfjörð Bjarmason | 1 | -2/+1 |
2017-06-15 | config: don't include config.h by default | Brandon Williams | 1 | -0/+1 |
2017-05-08 | object: convert parse_object* to take struct object_id | brian m. carlson | 1 | -1/+2 |
2017-05-08 | Convert lookup_blob to struct object_id | brian m. carlson | 1 | -1/+1 |
2017-05-08 | builtin/unpack-objects: convert to struct object_id | brian m. carlson | 1 | -32/+32 |
2016-08-24 | unpack-objects: add --max-input-size=<size> option | Christian Couder | 1 | -0/+7 |
2016-06-28 | coccinelle: convert hashcpy() with null_sha1 to hashclr() | brian m. carlson | 1 | -2/+2 |
2015-11-20 | Remove get_object_hash. | brian m. carlson | 1 | -1/+1 |
2015-11-20 | Convert struct object to object_id | brian m. carlson | 1 | -4/+4 |
2015-11-20 | Add several uses of get_object_hash. | brian m. carlson | 1 | -1/+1 |
2015-10-16 | usage: do not insist that standard input must come from a file | Junio C Hamano | 1 | -1/+1 |
2015-06-23 | fsck (receive-pack): allow demoting errors to warnings | Johannes Schindelin | 1 | -0/+5 |
2015-06-22 | fsck: introduce fsck options | Johannes Schindelin | 1 | -5/+6 |
2014-12-09 | index-pack: terminate object buffers with NUL | Duy Nguyen | 1 | -1/+1 |
2014-09-10 | fsck_object(): allow passing object data separately from the object itself | Johannes Schindelin | 1 | -4/+10 |
2014-03-14 | Merge branch 'mh/replace-refs-variable-rename' | Junio C Hamano | 1 | -1/+1 |
2014-02-24 | i18n: mark all progress lines for translation | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
2014-02-20 | rename read_replace_refs to check_replace_refs | Michael Haggerty | 1 | -1/+1 |
2013-12-05 | replace {pre,suf}fixcmp() with {starts,ends}_with() | Christian Couder | 1 | -1/+1 |