aboutsummaryrefslogtreecommitdiff
path: root/tag.c
Commit message (Expand)AuthorAge
* Merge branch 'mk/maint-parse-careful'Junio C Hamano2008-03-02
|\
| * Remove unused object-ref codeMartin Koegler2008-02-25
* | deref_tag: handle tag->tagged = NULLMartin Koegler2008-02-17
|/
* parse_tag_buffer: don't parse invalid tagsMartin Koegler2008-01-06
* Use xmemdupz() in many places.Pierre Habouzit2007-09-18
* Merge branch 'maint-1.5.1' into maintJunio C Hamano2007-05-28
|\
| * Fix stupid typo in lookup_tag()Johan Herland2007-05-28
* | Clean up object creation to use more common codeLinus Torvalds2007-04-16
|/
* get rid of lookup_object_type()Nicolas Pitre2007-02-27
* convert object type handling from a string to a numberNicolas Pitre2007-02-27
* Remove TYPE_* constant macros and use object_type enums consistently.Linus Torvalds2006-07-12
* Merge branch 'ff/c99' into nextJunio C Hamano2006-06-21
|\
| * Remove all void-pointer arithmetic.Florian Forster2006-06-20
* | Add specialized object allocatorLinus Torvalds2006-06-19
|/
* Shrink "struct object" a bitLinus Torvalds2006-06-17
* Replace xmalloc+memset(0) with xcalloc.Peter Eriksen2006-04-04
* [PATCH] Compilation: zero-length array declaration.Junio C Hamano2006-01-07
* GIT 0.99.9j aka 1.0rc3v1.0rc3v0.99.9jJunio C Hamano2005-11-16
* Be careful when dereferencing tags.Junio C Hamano2005-11-02
* Fix send-pack for non-commitish tags.Junio C Hamano2005-08-05
* [PATCH] Parse tags for absent objectsDaniel Barkalow2005-06-21
* [PATCH] Anal retentive 'const unsigned char *sha1'Jason McMullan2005-06-08
* [PATCH] delta checkNicolas Pitre2005-05-20
* [PATCH] don't load and decompress objects twice with parse_object()Nicolas Pitre2005-05-06
* Teach fsck-cache to accept non-commits for reachability analysis.Linus Torvalds2005-05-04
* [PATCH] Fix memory leaks in git-fsck-cacheSergey Vlasov2005-05-04
* [PATCH] compat: replace AF_LOCAL with AF_UNIXEdgar Toernig2005-04-30
* [PATCH] Add tag header/parser to libraryDaniel Barkalow2005-04-28