summaryrefslogtreecommitdiff
path: root/tag.c
AgeCommit message (Expand)Author
2020-06-17object: drop parsed_object_pool->commit_countAbhishek Kumar
2019-10-28commit, tag: don't set parsed bit for parse failuresJeff King
2019-10-21parse_tag_buffer(): treat NULL tag pointer as parse errorJeff King
2019-09-05tag: factor out get_tagged_oid()René Scharfe
2019-06-20object: convert create_object() to use object_idJeff King
2019-06-20object: convert lookup_object() to use object_idJeff King
2018-10-15tag: express constant in terms of the_hash_algobrian m. carlson
2018-08-02Merge branch 'jt/tags-to-promised-blobs-fix'Junio C Hamano
2018-07-16tag: don't warn if target is missing but promisedJonathan Tan
2018-06-29tag.c: allow deref_tag to handle arbitrary repositoriesStefan Beller
2018-06-29tag: allow parse_tag_buffer to handle arbitrary repositoriesStefan Beller
2018-06-29tag: allow lookup_tag to handle arbitrary repositoriesStefan Beller
2018-06-29tag: add repository argument to deref_tagStefan Beller
2018-06-29tag: add repository argument to parse_tag_bufferStefan Beller
2018-06-29tag: add repository argument to lookup_tagStefan Beller
2018-06-29commit: add repository argument to lookup_commitStefan Beller
2018-06-29tree: add repository argument to lookup_treeStefan Beller
2018-06-29blob: add repository argument to lookup_blobStefan Beller
2018-06-29object: add repository argument to object_as_typeStefan Beller
2018-06-29object: add repository argument to lookup_objectStefan Beller
2018-06-29object: add repository argument to parse_objectStefan Beller
2018-05-16object-store: move object access functions to object-store.hStefan Beller
2018-05-16alloc: allow arbitrary repositories for alloc functionsStefan Beller
2018-05-09alloc: add repository argument to alloc_tag_nodeStefan Beller
2018-05-09object: add repository argument to create_objectStefan Beller
2018-04-26cache.h: add repository argument to oid_object_infoStefan Beller
2018-03-14sha1_file: convert read_sha1_file to struct object_idbrian m. carlson
2018-03-14sha1_file: convert sha1_object_info* to object_idbrian m. carlson
2018-03-14Convert find_unique_abbrev* to struct object_idbrian m. carlson
2018-02-14object: rename function 'typename' to 'type_name'Brandon Williams
2017-10-05Merge branch 'rs/tag-null-pointer-arith-fix'Junio C Hamano
2017-10-02tag: avoid NULL pointer arithmeticRené Scharfe
2017-07-13tag: convert gpg_verify_tag to use struct object_idStefan Beller
2017-05-29Merge branch 'bc/object-id'Junio C Hamano
2017-05-08object: convert parse_object* to take struct object_idbrian m. carlson
2017-05-08Convert lookup_tag to struct object_idbrian m. carlson
2017-05-08Convert lookup_tree to struct object_idbrian m. carlson
2017-05-08Convert lookup_blob to struct object_idbrian m. carlson
2017-05-08Convert lookup_commit* to struct object_idbrian m. carlson
2017-05-08tag: convert parse_tag_buffer to struct object_idbrian m. carlson
2017-04-27timestamp_t: a new data type for timestampsJohannes Schindelin
2017-04-24parse_timestamp(): specify explicitly where we parse timestampsJohannes Schindelin
2017-01-18gpg-interface, tag: add GPG_VERIFY_OMIT_STATUS flagLukas Puehringer
2016-04-22verify-tag: move tag verification code to tag.cSantiago Torres
2015-11-20Remove get_object_hash.brian m. carlson
2015-11-20Convert struct object to object_idbrian m. carlson
2015-11-20Add several uses of get_object_hash.brian m. carlson
2015-10-05convert strncpy to memcpyJeff King
2014-09-15gpg-interface: move parse_signature() to where it should beJunio C Hamano
2014-07-14add object_as_type helper for casting objectsJeff King