aboutsummaryrefslogtreecommitdiffstats
path: root/tag.c
AgeCommit message (Expand)AuthorFilesLines
2013-12-05replace {pre,suf}fixcmp() with {starts,ends}_with()Christian Couder1-5/+5
2012-01-06upload-pack: avoid parsing tag destinationsJeff King1-0/+12
2011-11-04Split GPG interface into its own helper libraryJunio C Hamano1-0/+5
2011-02-16parse_tag_buffer(): do not prefixcmp() out of rangeNguyễn Thái Ngọc Duy1-2/+4
2011-02-07Add const to parse_{commit,tag}_buffer()Nguyễn Thái Ngọc Duy1-1/+1
2010-11-10tag: recognize rfc1991 signaturesMichael J Gruber1-1/+3
2010-11-10verify-tag: factor out signature detectionMichael J Gruber1-0/+13
2010-09-06Merge branch 'xx/trivial' into maintJunio C Hamano1-6/+6
2010-09-05tag.c: whitespace breakages fixJunio C Hamano1-9/+9
2010-04-12tag.c: Parse tagger date (if present)Shawn O. Pearce1-0/+22
2010-04-12tag.c: Refactor parse_tag_buffer to be saner to programShawn O. Pearce1-22/+21
2010-04-12tag.c: Correct indentationShawn O. Pearce1-3/+3
2008-03-02Merge branch 'mk/maint-parse-careful'Junio C Hamano1-6/+0
2008-02-25Remove unused object-ref codeMartin Koegler1-6/+0
2008-02-17deref_tag: handle tag->tagged = NULLMartin Koegler1-1/+4
2008-01-06parse_tag_buffer: don't parse invalid tagsMartin Koegler1-2/+3
2007-09-18Use xmemdupz() in many places.Pierre Habouzit1-3/+1
2007-05-28Merge branch 'maint-1.5.1' into maintJunio C Hamano1-1/+1
2007-05-28Fix stupid typo in lookup_tag()Johan Herland1-1/+1
2007-04-16Clean up object creation to use more common codeLinus Torvalds1-7/+3
2007-02-27get rid of lookup_object_type()Nicolas Pitre1-3/+18
2007-02-27convert object type handling from a string to a numberNicolas Pitre1-3/+3
2006-07-12Remove TYPE_* constant macros and use object_type enums consistently.Linus Torvalds1-4/+4
2006-06-21Merge branch 'ff/c99' into nextJunio C Hamano1-2/+2
2006-06-20Remove all void-pointer arithmetic.Florian Forster1-2/+2
2006-06-19Add specialized object allocatorLinus Torvalds1-1/+1
2006-06-17Shrink "struct object" a bitLinus Torvalds1-6/+6
2006-04-04Replace xmalloc+memset(0) with xcalloc.Peter Eriksen1-2/+1
2006-01-07[PATCH] Compilation: zero-length array declaration.Junio C Hamano1-1/+1
2005-11-16GIT 0.99.9j aka 1.0rc3Junio C Hamano1-2/+5
2005-11-02Be careful when dereferencing tags.Junio C Hamano1-1/+6
2005-08-05Fix send-pack for non-commitish tags.Junio C Hamano1-0/+7
2005-06-21[PATCH] Parse tags for absent objectsDaniel Barkalow1-4/+7
2005-06-08[PATCH] Anal retentive 'const unsigned char *sha1'Jason McMullan1-1/+1
2005-05-20[PATCH] delta checkNicolas Pitre1-0/+2
2005-05-06[PATCH] don't load and decompress objects twice with parse_object()Nicolas Pitre1-22/+28
2005-05-04Teach fsck-cache to accept non-commits for reachability analysis.Linus Torvalds1-0/+2
2005-05-04[PATCH] Fix memory leaks in git-fsck-cacheSergey Vlasov1-7/+14
2005-04-30[PATCH] compat: replace AF_LOCAL with AF_UNIXEdgar Toernig1-4/+4
2005-04-28[PATCH] Add tag header/parser to libraryDaniel Barkalow1-0/+73