summaryrefslogtreecommitdiff
path: root/tag.c
AgeCommit message (Expand)Author
2006-07-13Remove 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-20Add specialized object allocatorLinus Torvalds
2006-06-18Shrink "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-17GIT 0.99.9j aka 1.0rc3v1.0rc3v0.99.9jJunio C Hamano
2005-11-03Be careful when dereferencing tags.Junio C Hamano
2005-08-05Fix send-pack for non-commitish tags.Junio C Hamano
2005-06-22[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-05Teach 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