summaryrefslogtreecommitdiffstats
path: root/tag.h
Commit message (Expand)AuthorAgeFilesLines
* tag.c: allow deref_tag to handle arbitrary repositoriesStefan Beller2018-06-291-2/+1
* tag: allow parse_tag_buffer to handle arbitrary repositoriesStefan Beller2018-06-291-2/+1
* tag: allow lookup_tag to handle arbitrary repositoriesStefan Beller2018-06-291-2/+1
* tag: add repository argument to deref_tagStefan Beller2018-06-291-1/+2
* tag: add repository argument to parse_tag_bufferStefan Beller2018-06-291-1/+2
* tag: add repository argument to lookup_tagStefan Beller2018-06-291-2/+2
* alloc: allow arbitrary repositories for alloc functionsStefan Beller2018-05-161-0/+1
* tag: convert gpg_verify_tag to use struct object_idStefan Beller2017-07-131-1/+1
* Merge branch 'bc/object-id'Junio C Hamano2017-05-291-1/+1
|\
| * Convert lookup_tag to struct object_idbrian m. carlson2017-05-081-1/+1
* | timestamp_t: a new data type for timestampsJohannes Schindelin2017-04-271-1/+1
|/
* verify-tag: move tag verification code to tag.cSantiago Torres2016-04-221-0/+2
* gpg-interface: move parse_signature() to where it should beJunio C Hamano2014-09-151-1/+0
* upload-pack: avoid parsing tag destinationsJeff King2012-01-061-0/+1
* Add const to parse_{commit,tag}_buffer()Nguyễn Thái Ngọc Duy2011-02-071-1/+1
* verify-tag: factor out signature detectionMichael J Gruber2010-11-101-0/+1
* tag.c: Parse tagger date (if present)Shawn O. Pearce2010-04-121-0/+1
* tag.h: Remove unused signature fieldShawn O. Pearce2010-04-121-1/+0
* Be careful when dereferencing tags.Junio C Hamano2005-11-021-1/+1
* Fix send-pack for non-commitish tags.Junio C Hamano2005-08-051-0/+1
* [PATCH] Anal retentive 'const unsigned char *sha1'Jason McMullan2005-06-081-1/+1
* [PATCH] don't load and decompress objects twice with parse_object()Nicolas Pitre2005-05-061-0/+1
* Fix up recent object model cleanupsLinus Torvalds2005-04-281-0/+3
* [PATCH] Add tag header/parser to libraryDaniel Barkalow2005-04-281-0/+15