Age | Commit message (Expand) | Author | Files | Lines |
2018-06-29 | tag.c: allow deref_tag to handle arbitrary repositories | Stefan Beller | 1 | -2/+1 |
2018-06-29 | tag: allow parse_tag_buffer to handle arbitrary repositories | Stefan Beller | 1 | -2/+1 |
2018-06-29 | tag: allow lookup_tag to handle arbitrary repositories | Stefan Beller | 1 | -2/+1 |
2018-06-29 | tag: add repository argument to deref_tag | Stefan Beller | 1 | -1/+2 |
2018-06-29 | tag: add repository argument to parse_tag_buffer | Stefan Beller | 1 | -1/+2 |
2018-06-29 | tag: add repository argument to lookup_tag | Stefan Beller | 1 | -2/+2 |
2018-05-16 | alloc: allow arbitrary repositories for alloc functions | Stefan Beller | 1 | -0/+1 |
2017-07-13 | tag: convert gpg_verify_tag to use struct object_id | Stefan Beller | 1 | -1/+1 |
2017-05-29 | Merge branch 'bc/object-id' | Junio C Hamano | 1 | -1/+1 |
2017-05-08 | Convert lookup_tag to struct object_id | brian m. carlson | 1 | -1/+1 |
2017-04-27 | timestamp_t: a new data type for timestamps | Johannes Schindelin | 1 | -1/+1 |
2016-04-22 | verify-tag: move tag verification code to tag.c | Santiago Torres | 1 | -0/+2 |
2014-09-15 | gpg-interface: move parse_signature() to where it should be | Junio C Hamano | 1 | -1/+0 |
2012-01-06 | upload-pack: avoid parsing tag destinations | Jeff King | 1 | -0/+1 |
2011-02-07 | Add const to parse_{commit,tag}_buffer() | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
2010-11-10 | verify-tag: factor out signature detection | Michael J Gruber | 1 | -0/+1 |
2010-04-12 | tag.c: Parse tagger date (if present) | Shawn O. Pearce | 1 | -0/+1 |
2010-04-12 | tag.h: Remove unused signature field | Shawn O. Pearce | 1 | -1/+0 |
2005-11-02 | Be careful when dereferencing tags. | Junio C Hamano | 1 | -1/+1 |
2005-08-05 | Fix send-pack for non-commitish tags. | Junio C Hamano | 1 | -0/+1 |
2005-06-08 | [PATCH] Anal retentive 'const unsigned char *sha1' | Jason McMullan | 1 | -1/+1 |
2005-05-06 | [PATCH] don't load and decompress objects twice with parse_object() | Nicolas Pitre | 1 | -0/+1 |
2005-04-28 | Fix up recent object model cleanups | Linus Torvalds | 1 | -0/+3 |
2005-04-28 | [PATCH] Add tag header/parser to library | Daniel Barkalow | 1 | -0/+15 |