| Commit message (Expand) | Author | Age |
* | gpg-interface, tag: add GPG_VERIFY_OMIT_STATUS flag | Lukas Puehringer | 2017-01-17 |
* | verify-tag: move tag verification code to tag.c | Santiago Torres | 2016-04-22 |
* | Remove get_object_hash. | brian m. carlson | 2015-11-20 |
* | Convert struct object to object_id | brian m. carlson | 2015-11-20 |
* | Add several uses of get_object_hash. | brian m. carlson | 2015-11-20 |
* | convert strncpy to memcpy | Jeff King | 2015-10-05 |
* | gpg-interface: move parse_signature() to where it should be | Junio C Hamano | 2014-09-15 |
* | add object_as_type helper for casting objects | Jeff King | 2014-07-13 |
* | move setting of object->type to alloc_* functions | Jeff King | 2014-07-13 |
* | replace {pre,suf}fixcmp() with {starts,ends}_with() | Christian Couder | 2013-12-05 |
* | upload-pack: avoid parsing tag destinations | Jeff King | 2012-01-06 |
* | Split GPG interface into its own helper library | Junio C Hamano | 2011-11-04 |
* | parse_tag_buffer(): do not prefixcmp() out of range | Nguyễn Thái Ngọc Duy | 2011-02-16 |
* | Add const to parse_{commit,tag}_buffer() | Nguyễn Thái Ngọc Duy | 2011-02-07 |
* | tag: recognize rfc1991 signatures | Michael J Gruber | 2010-11-10 |
* | verify-tag: factor out signature detection | Michael J Gruber | 2010-11-10 |
* | Merge branch 'xx/trivial' into maint | Junio C Hamano | 2010-09-06 |
|\ |
|
| * | tag.c: whitespace breakages fix | Junio C Hamano | 2010-09-05 |
* | | tag.c: Parse tagger date (if present) | Shawn O. Pearce | 2010-04-12 |
* | | tag.c: Refactor parse_tag_buffer to be saner to program | Shawn O. Pearce | 2010-04-12 |
* | | tag.c: Correct indentation | Shawn O. Pearce | 2010-04-12 |
|/ |
|
* | Merge branch 'mk/maint-parse-careful' | Junio C Hamano | 2008-03-02 |
|\ |
|
| * | Remove unused object-ref code | Martin Koegler | 2008-02-25 |
* | | deref_tag: handle tag->tagged = NULL | Martin Koegler | 2008-02-17 |
|/ |
|
* | parse_tag_buffer: don't parse invalid tags | Martin Koegler | 2008-01-06 |
* | Use xmemdupz() in many places. | Pierre Habouzit | 2007-09-18 |
* | Merge branch 'maint-1.5.1' into maint | Junio C Hamano | 2007-05-28 |
|\ |
|
| * | Fix stupid typo in lookup_tag() | Johan Herland | 2007-05-28 |
* | | Clean up object creation to use more common code | Linus Torvalds | 2007-04-16 |
|/ |
|
* | get rid of lookup_object_type() | Nicolas Pitre | 2007-02-27 |
* | convert object type handling from a string to a number | Nicolas Pitre | 2007-02-27 |
* | Remove TYPE_* constant macros and use object_type enums consistently. | Linus Torvalds | 2006-07-12 |
* | Merge branch 'ff/c99' into next | Junio C Hamano | 2006-06-21 |
|\ |
|
| * | Remove all void-pointer arithmetic. | Florian Forster | 2006-06-20 |
* | | Add specialized object allocator | Linus Torvalds | 2006-06-19 |
|/ |
|
* | Shrink "struct object" a bit | Linus Torvalds | 2006-06-17 |
* | Replace xmalloc+memset(0) with xcalloc. | Peter Eriksen | 2006-04-04 |
* | [PATCH] Compilation: zero-length array declaration. | Junio C Hamano | 2006-01-07 |
* | GIT 0.99.9j aka 1.0rc3v1.0rc3v0.99.9j | Junio C Hamano | 2005-11-16 |
* | Be careful when dereferencing tags. | Junio C Hamano | 2005-11-02 |
* | Fix send-pack for non-commitish tags. | Junio C Hamano | 2005-08-05 |
* | [PATCH] Parse tags for absent objects | Daniel Barkalow | 2005-06-21 |
* | [PATCH] Anal retentive 'const unsigned char *sha1' | Jason McMullan | 2005-06-08 |
* | [PATCH] delta check | Nicolas Pitre | 2005-05-20 |
* | [PATCH] don't load and decompress objects twice with parse_object() | Nicolas Pitre | 2005-05-06 |
* | Teach fsck-cache to accept non-commits for reachability analysis. | Linus Torvalds | 2005-05-04 |
* | [PATCH] Fix memory leaks in git-fsck-cache | Sergey Vlasov | 2005-05-04 |
* | [PATCH] compat: replace AF_LOCAL with AF_UNIX | Edgar Toernig | 2005-04-30 |
* | [PATCH] Add tag header/parser to library | Daniel Barkalow | 2005-04-28 |