summaryrefslogtreecommitdiff
path: root/tag.c
AgeCommit message (Expand)Author
2014-09-15gpg-interface: move parse_signature() to where it should beJunio C Hamano
2014-07-13add object_as_type helper for casting objectsJeff King
2014-07-13move setting of object->type to alloc_* functionsJeff King
2013-12-05replace {pre,suf}fixcmp() with {starts,ends}_with()Christian Couder
2012-01-06upload-pack: avoid parsing tag destinationsJeff King
2011-11-04Split GPG interface into its own helper libraryJunio C Hamano
2011-02-16parse_tag_buffer(): do not prefixcmp() out of rangeNguyễn Thái Ngọc Duy
2011-02-07Add const to parse_{commit,tag}_buffer()Nguyễn Thái Ngọc Duy
2010-11-10tag: recognize rfc1991 signaturesMichael J Gruber
2010-11-10verify-tag: factor out signature detectionMichael J Gruber
2010-09-06Merge branch 'xx/trivial' into maintJunio C Hamano
2010-09-05tag.c: whitespace breakages fixJunio C Hamano
2010-04-12tag.c: Parse tagger date (if present)Shawn O. Pearce
2010-04-12tag.c: Refactor parse_tag_buffer to be saner to programShawn O. Pearce
2010-04-12tag.c: Correct indentationShawn O. Pearce
2008-03-02Merge branch 'mk/maint-parse-careful'Junio C Hamano
2008-02-25Remove unused object-ref codeMartin Koegler
2008-02-17deref_tag: handle tag->tagged = NULLMartin Koegler
2008-01-06parse_tag_buffer: don't parse invalid tagsMartin Koegler
2007-09-18Use xmemdupz() in many places.Pierre Habouzit
2007-05-28Merge branch 'maint-1.5.1' into maintJunio C Hamano
2007-05-28Fix stupid typo in lookup_tag()Johan Herland
2007-04-16Clean up object creation to use more common codeLinus Torvalds
2007-02-27get rid of lookup_object_type()Nicolas Pitre
2007-02-27convert object type handling from a string to a numberNicolas Pitre
2006-07-12Remove TYPE_* constant macros and use object_type enums consistently.Linus Torvalds
2006-06-21Merge branch 'ff/c99' into nextJunio C Hamano
2006-06-20Remove all void-pointer arithmetic.Florian Forster
2006-06-19Add specialized object allocatorLinus Torvalds
2006-06-17Shrink "struct object" a bitLinus Torvalds
2006-04-04Replace xmalloc+memset(0) with xcalloc.Peter Eriksen
2006-01-07[PATCH] Compilation: zero-length array declaration.Junio C Hamano
2005-11-16GIT 0.99.9j aka 1.0rc3v1.0rc3v0.99.9jJunio C Hamano
2005-11-02Be careful when dereferencing tags.Junio C Hamano
2005-08-05Fix send-pack for non-commitish tags.Junio C Hamano
2005-06-21[PATCH] Parse tags for absent objectsDaniel Barkalow
2005-06-08[PATCH] Anal retentive 'const unsigned char *sha1'Jason McMullan
2005-05-20[PATCH] delta checkNicolas Pitre
2005-05-06[PATCH] don't load and decompress objects twice with parse_object()Nicolas Pitre
2005-05-04Teach fsck-cache to accept non-commits for reachability analysis.Linus Torvalds
2005-05-04[PATCH] Fix memory leaks in git-fsck-cacheSergey Vlasov
2005-04-30[PATCH] compat: replace AF_LOCAL with AF_UNIXEdgar Toernig
2005-04-28[PATCH] Add tag header/parser to libraryDaniel Barkalow