summaryrefslogtreecommitdiff
path: root/tag.c
Commit message (Expand)AuthorAgeFilesLines
* upload-pack: avoid parsing tag destinationsjk/parse-object-cachedJeff King2012-01-061-0/+12
* Split GPG interface into its own helper libraryJunio C Hamano2011-11-041-0/+5
* parse_tag_buffer(): do not prefixcmp() out of rangeNguyễn Thái Ngọc Duy2011-02-161-2/+4
* Add const to parse_{commit,tag}_buffer()Nguyễn Thái Ngọc Duy2011-02-071-1/+1
* tag: recognize rfc1991 signaturesMichael J Gruber2010-11-101-1/+3
* verify-tag: factor out signature detectionMichael J Gruber2010-11-101-0/+13
* Merge branch 'xx/trivial' into maintJunio C Hamano2010-09-061-6/+6
|\
| * tag.c: whitespace breakages fixJunio C Hamano2010-09-051-9/+9
* | tag.c: Parse tagger date (if present)Shawn O. Pearce2010-04-121-0/+22
* | tag.c: Refactor parse_tag_buffer to be saner to programShawn O. Pearce2010-04-121-22/+21
* | tag.c: Correct indentationShawn O. Pearce2010-04-121-3/+3
|/
* Merge branch 'mk/maint-parse-careful'Junio C Hamano2008-03-021-6/+0
|\
| * Remove unused object-ref codeMartin Koegler2008-02-251-6/+0
* | deref_tag: handle tag->tagged = NULLMartin Koegler2008-02-171-1/+4
|/
* parse_tag_buffer: don't parse invalid tagsMartin Koegler2008-01-061-2/+3
* Use xmemdupz() in many places.Pierre Habouzit2007-09-181-3/+1
* Merge branch 'maint-1.5.1' into maintJunio C Hamano2007-05-281-1/+1
|\
| * Fix stupid typo in lookup_tag()Johan Herland2007-05-281-1/+1
* | Clean up object creation to use more common codeLinus Torvalds2007-04-161-7/+3
|/
* get rid of lookup_object_type()Nicolas Pitre2007-02-271-3/+18
* convert object type handling from a string to a numberNicolas Pitre2007-02-271-3/+3
* Remove TYPE_* constant macros and use object_type enums consistently.Linus Torvalds2006-07-121-4/+4
* Merge branch 'ff/c99' into nextJunio C Hamano2006-06-211-2/+2
|\
| * Remove all void-pointer arithmetic.Florian Forster2006-06-201-2/+2
* | Add specialized object allocatorLinus Torvalds2006-06-191-1/+1
|/
* Shrink "struct object" a bitLinus Torvalds2006-06-171-6/+6
* Replace xmalloc+memset(0) with xcalloc.Peter Eriksen2006-04-041-2/+1
* [PATCH] Compilation: zero-length array declaration.Junio C Hamano2006-01-071-1/+1
* GIT 0.99.9j aka 1.0rc3v1.0rc3v0.99.9jJunio C Hamano2005-11-161-2/+5
* Be careful when dereferencing tags.Junio C Hamano2005-11-021-1/+6
* Fix send-pack for non-commitish tags.Junio C Hamano2005-08-051-0/+7
* [PATCH] Parse tags for absent objectsDaniel Barkalow2005-06-211-4/+7
* [PATCH] Anal retentive 'const unsigned char *sha1'Jason McMullan2005-06-081-1/+1
* [PATCH] delta checkNicolas Pitre2005-05-201-0/+2
* [PATCH] don't load and decompress objects twice with parse_object()Nicolas Pitre2005-05-061-22/+28
* Teach fsck-cache to accept non-commits for reachability analysis.Linus Torvalds2005-05-041-0/+2
* [PATCH] Fix memory leaks in git-fsck-cacheSergey Vlasov2005-05-041-7/+14
* [PATCH] compat: replace AF_LOCAL with AF_UNIXEdgar Toernig2005-04-301-4/+4
* [PATCH] Add tag header/parser to libraryDaniel Barkalow2005-04-281-0/+73