summary refs log tree commit diff
path: root/tag.c
AgeCommit message (Expand)AuthorFilesLines
2021-12-09ssh signing: make verify-tag consider key lifetimeFabian Stelzer1-0/+1
2021-12-09ssh signing: use sigc struct to pass payloadFabian Stelzer1-2/+2
2021-02-10gpg-interface: improve interface for parsing tagsbrian m. carlson1-7/+8
2020-06-17object: drop parsed_object_pool->commit_countAbhishek Kumar1-1/+1
2019-10-28commit, tag: don't set parsed bit for parse failuresJeff King1-1/+11
2019-10-21parse_tag_buffer(): treat NULL tag pointer as parse errorJeff King1-2/+7
2019-09-05tag: factor out get_tagged_oid()René Scharfe1-0/+7
2019-06-20object: convert create_object() to use object_idJeff King1-2/+1
2019-06-20object: convert lookup_object() to use object_idJeff King1-1/+1
2018-10-15tag: express constant in terms of the_hash_algobrian m. carlson1-1/+1
2018-08-02Merge branch 'jt/tags-to-promised-blobs-fix'Junio C Hamano1-3/+10
2018-07-16tag: don't warn if target is missing but promisedJonathan Tan1-3/+10
2018-06-29tag.c: allow deref_tag to handle arbitrary repositoriesStefan Beller1-3/+2
2018-06-29tag: allow parse_tag_buffer to handle arbitrary repositoriesStefan Beller1-5/+5
2018-06-29tag: allow lookup_tag to handle arbitrary repositoriesStefan Beller1-5/+5
2018-06-29tag: add repository argument to deref_tagStefan Beller1-1/+1
2018-06-29tag: add repository argument to parse_tag_bufferStefan Beller1-2/+2
2018-06-29tag: add repository argument to lookup_tagStefan Beller1-2/+2
2018-06-29commit: add repository argument to lookup_commitStefan Beller1-1/+1
2018-06-29tree: add repository argument to lookup_treeStefan Beller1-1/+1
2018-06-29blob: add repository argument to lookup_blobStefan Beller1-1/+1
2018-06-29object: add repository argument to object_as_typeStefan Beller1-1/+1
2018-06-29object: add repository argument to lookup_objectStefan Beller1-1/+1
2018-06-29object: add repository argument to parse_objectStefan Beller1-2/+3
2018-05-16object-store: move object access functions to object-store.hStefan Beller1-0/+1
2018-05-16alloc: allow arbitrary repositories for alloc functionsStefan Beller1-0/+9
2018-05-09alloc: add repository argument to alloc_tag_nodeStefan Beller1-1/+1
2018-05-09object: add repository argument to create_objectStefan Beller1-1/+2
2018-04-26cache.h: add repository argument to oid_object_infoStefan Beller1-1/+1
2018-03-14sha1_file: convert read_sha1_file to struct object_idbrian m. carlson1-2/+2
2018-03-14sha1_file: convert sha1_object_info* to object_idbrian m. carlson1-1/+1
2018-03-14Convert find_unique_abbrev* to struct object_idbrian m. carlson1-2/+2
2018-02-14object: rename function 'typename' to 'type_name'Brandon Williams1-1/+1
2017-10-05Merge branch 'rs/tag-null-pointer-arith-fix'Junio C Hamano1-4/+4
2017-10-02tag: avoid NULL pointer arithmeticRené Scharfe1-4/+4
2017-07-13tag: convert gpg_verify_tag to use struct object_idStefan Beller1-5/+5
2017-05-29Merge branch 'bc/object-id'Junio C Hamano1-13/+12
2017-05-08object: convert parse_object* to take struct object_idbrian m. carlson1-2/+2
2017-05-08Convert lookup_tag to struct object_idbrian m. carlson1-4/+4
2017-05-08Convert lookup_tree to struct object_idbrian m. carlson1-1/+1
2017-05-08Convert lookup_blob to struct object_idbrian m. carlson1-1/+1
2017-05-08Convert lookup_commit* to struct object_idbrian m. carlson1-1/+1
2017-05-08tag: convert parse_tag_buffer to struct object_idbrian m. carlson1-8/+7
2017-04-27timestamp_t: a new data type for timestampsJohannes Schindelin1-1/+1
2017-04-23parse_timestamp(): specify explicitly where we parse timestampsJohannes Schindelin1-2/+2
2017-01-17gpg-interface, tag: add GPG_VERIFY_OMIT_STATUS flagLukas Puehringer1-1/+4
2016-04-22verify-tag: move tag verification code to tag.cSantiago Torres1-0/+53
2015-11-20Remove get_object_hash.brian m. carlson1-3/+3
2015-11-20Convert struct object to object_idbrian m. carlson1-2/+2
2015-11-20Add several uses of get_object_hash.brian m. carlson1-3/+3