aboutsummaryrefslogtreecommitdiffstats
path: root/tag.h
AgeCommit message (Expand)AuthorFilesLines
2019-09-05tag: factor out get_tagged_oid()René Scharfe1-0/+1
2019-05-05*.[ch]: manually align parameter listsDenton Liu1-1/+1
2019-05-05*.[ch]: remove extern from function declarations using spatchDenton Liu1-7/+7
2018-06-29tag.c: allow deref_tag to handle arbitrary repositoriesStefan Beller1-2/+1
2018-06-29tag: allow parse_tag_buffer to handle arbitrary repositoriesStefan Beller1-2/+1
2018-06-29tag: allow lookup_tag to handle arbitrary repositoriesStefan Beller1-2/+1
2018-06-29tag: add repository argument to deref_tagStefan Beller1-1/+2
2018-06-29tag: add repository argument to parse_tag_bufferStefan Beller1-1/+2
2018-06-29tag: add repository argument to lookup_tagStefan Beller1-2/+2
2018-05-16alloc: allow arbitrary repositories for alloc functionsStefan Beller1-0/+1
2017-07-13tag: convert gpg_verify_tag to use struct object_idStefan Beller1-1/+1
2017-05-29Merge branch 'bc/object-id'Junio C Hamano1-1/+1
2017-05-08Convert lookup_tag to struct object_idbrian m. carlson1-1/+1
2017-04-27timestamp_t: a new data type for timestampsJohannes Schindelin1-1/+1
2016-04-22verify-tag: move tag verification code to tag.cSantiago Torres1-0/+2
2014-09-15gpg-interface: move parse_signature() to where it should beJunio C Hamano1-1/+0
2012-01-06upload-pack: avoid parsing tag destinationsJeff King1-0/+1
2011-02-07Add const to parse_{commit,tag}_buffer()Nguyễn Thái Ngọc Duy1-1/+1
2010-11-10verify-tag: factor out signature detectionMichael J Gruber1-0/+1
2010-04-12tag.c: Parse tagger date (if present)Shawn O. Pearce1-0/+1
2010-04-12tag.h: Remove unused signature fieldShawn O. Pearce1-1/+0
2005-11-02Be careful when dereferencing tags.Junio C Hamano1-1/+1
2005-08-05Fix send-pack for non-commitish tags.Junio C Hamano1-0/+1
2005-06-08[PATCH] Anal retentive 'const unsigned char *sha1'Jason McMullan1-1/+1
2005-05-06[PATCH] don't load and decompress objects twice with parse_object()Nicolas Pitre1-0/+1
2005-04-28Fix up recent object model cleanupsLinus Torvalds1-0/+3
2005-04-28[PATCH] Add tag header/parser to libraryDaniel Barkalow1-0/+15