Age | Commit message (Expand) | Author | Files | Lines |
2019-10-28 | commit, tag: don't set parsed bit for parse failures | Jeff King | 1 | -1/+11 |
2019-10-21 | parse_tag_buffer(): treat NULL tag pointer as parse error | Jeff King | 1 | -2/+7 |
2019-09-05 | tag: factor out get_tagged_oid() | René Scharfe | 1 | -0/+7 |
2019-06-20 | object: convert create_object() to use object_id | Jeff King | 1 | -2/+1 |
2019-06-20 | object: convert lookup_object() to use object_id | Jeff King | 1 | -1/+1 |
2018-10-15 | tag: express constant in terms of the_hash_algo | brian m. carlson | 1 | -1/+1 |
2018-08-02 | Merge branch 'jt/tags-to-promised-blobs-fix' | Junio C Hamano | 1 | -3/+10 |
2018-07-16 | tag: don't warn if target is missing but promised | Jonathan Tan | 1 | -3/+10 |
2018-06-29 | tag.c: allow deref_tag to handle arbitrary repositories | Stefan Beller | 1 | -3/+2 |
2018-06-29 | tag: allow parse_tag_buffer to handle arbitrary repositories | Stefan Beller | 1 | -5/+5 |
2018-06-29 | tag: allow lookup_tag to handle arbitrary repositories | Stefan Beller | 1 | -5/+5 |
2018-06-29 | tag: add repository argument to deref_tag | Stefan Beller | 1 | -1/+1 |
2018-06-29 | tag: add repository argument to parse_tag_buffer | Stefan Beller | 1 | -2/+2 |
2018-06-29 | tag: add repository argument to lookup_tag | Stefan Beller | 1 | -2/+2 |
2018-06-29 | commit: add repository argument to lookup_commit | Stefan Beller | 1 | -1/+1 |
2018-06-29 | tree: add repository argument to lookup_tree | Stefan Beller | 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 object_as_type | Stefan Beller | 1 | -1/+1 |
2018-06-29 | object: add repository argument to lookup_object | Stefan Beller | 1 | -1/+1 |
2018-06-29 | object: add repository argument to parse_object | Stefan Beller | 1 | -2/+3 |
2018-05-16 | object-store: move object access functions to object-store.h | Stefan Beller | 1 | -0/+1 |
2018-05-16 | alloc: allow arbitrary repositories for alloc functions | Stefan Beller | 1 | -0/+9 |
2018-05-09 | alloc: add repository argument to alloc_tag_node | Stefan Beller | 1 | -1/+1 |
2018-05-09 | object: add repository argument to create_object | Stefan Beller | 1 | -1/+2 |
2018-04-26 | cache.h: add repository argument to oid_object_info | Stefan Beller | 1 | -1/+1 |
2018-03-14 | sha1_file: convert read_sha1_file to struct object_id | brian m. carlson | 1 | -2/+2 |
2018-03-14 | sha1_file: convert sha1_object_info* to object_id | brian m. carlson | 1 | -1/+1 |
2018-03-14 | Convert find_unique_abbrev* to struct object_id | brian m. carlson | 1 | -2/+2 |
2018-02-14 | object: rename function 'typename' to 'type_name' | Brandon Williams | 1 | -1/+1 |
2017-10-05 | Merge branch 'rs/tag-null-pointer-arith-fix' | Junio C Hamano | 1 | -4/+4 |
2017-10-02 | tag: avoid NULL pointer arithmetic | René Scharfe | 1 | -4/+4 |
2017-07-13 | tag: convert gpg_verify_tag to use struct object_id | Stefan Beller | 1 | -5/+5 |
2017-05-29 | Merge branch 'bc/object-id' | Junio C Hamano | 1 | -13/+12 |
2017-05-08 | object: convert parse_object* to take struct object_id | brian m. carlson | 1 | -2/+2 |
2017-05-08 | Convert lookup_tag to struct object_id | brian m. carlson | 1 | -4/+4 |
2017-05-08 | Convert lookup_tree to struct object_id | brian m. carlson | 1 | -1/+1 |
2017-05-08 | Convert lookup_blob to struct object_id | brian m. carlson | 1 | -1/+1 |
2017-05-08 | Convert lookup_commit* to struct object_id | brian m. carlson | 1 | -1/+1 |
2017-05-08 | tag: convert parse_tag_buffer to struct object_id | brian m. carlson | 1 | -8/+7 |
2017-04-27 | timestamp_t: a new data type for timestamps | Johannes Schindelin | 1 | -1/+1 |
2017-04-23 | parse_timestamp(): specify explicitly where we parse timestamps | Johannes Schindelin | 1 | -2/+2 |
2017-01-17 | gpg-interface, tag: add GPG_VERIFY_OMIT_STATUS flag | Lukas Puehringer | 1 | -1/+4 |
2016-04-22 | verify-tag: move tag verification code to tag.c | Santiago Torres | 1 | -0/+53 |
2015-11-20 | Remove get_object_hash. | brian m. carlson | 1 | -3/+3 |
2015-11-20 | Convert struct object to object_id | brian m. carlson | 1 | -2/+2 |
2015-11-20 | Add several uses of get_object_hash. | brian m. carlson | 1 | -3/+3 |
2015-10-05 | convert strncpy to memcpy | Jeff King | 1 | -1/+1 |
2014-09-15 | gpg-interface: move parse_signature() to where it should be | Junio C Hamano | 1 | -20/+0 |
2014-07-13 | add object_as_type helper for casting objects | Jeff King | 1 | -8/+1 |
2014-07-13 | move setting of object->type to alloc_* functions | Jeff King | 1 | -1/+1 |