1. 90108a2 upload-pack: avoid parsing tag destinations by Jeff King · 13 years ago
  2. 2f47eae Split GPG interface into its own helper library by Junio C Hamano · 14 years ago
  3. 8559425 parse_tag_buffer(): do not prefixcmp() out of range by Nguyễn Thái Ngọc Duy · 14 years ago
  4. cf7b1ca Add const to parse_{commit,tag}_buffer() by Nguyễn Thái Ngọc Duy · 14 years ago
  5. 3d5854e tag: recognize rfc1991 signatures by Michael J Gruber · 14 years ago
  6. ac58c4c verify-tag: factor out signature detection by Michael J Gruber · 14 years ago
  7. af24059 Merge branch 'xx/trivial' into maint by Junio C Hamano · 15 years ago
  8. d2c030d tag.c: whitespace breakages fix by Junio C Hamano · 15 years ago
  9. e451d06 tag.c: Parse tagger date (if present) by Shawn O. Pearce · 15 years ago
  10. 28de5b6 tag.c: Refactor parse_tag_buffer to be saner to program by Shawn O. Pearce · 15 years ago
  11. 2e0052a tag.c: Correct indentation by Shawn O. Pearce · 15 years ago
  12. eadbcd4 Merge branch 'mk/maint-parse-careful' by Junio C Hamano · 17 years ago
  13. 7914053 Remove unused object-ref code by Martin Koegler · 17 years ago
  14. 24e8a3c deref_tag: handle tag->tagged = NULL by Martin Koegler · 17 years ago
  15. a0393ef parse_tag_buffer: don't parse invalid tags by Martin Koegler · 17 years ago
  16. 182af83 Use xmemdupz() in many places. by Pierre Habouzit · 17 years ago
  17. cdd5b82 Merge branch 'maint-1.5.1' into maint by Junio C Hamano · 18 years ago
  18. eb09626 Fix stupid typo in lookup_tag() by Johan Herland · 18 years ago
  19. 100c5f3 Clean up object creation to use more common code by Linus Torvalds · 18 years ago
  20. 0ab1795 get rid of lookup_object_type() by Nicolas Pitre · 18 years ago
  21. 21666f1 convert object type handling from a string to a number by Nicolas Pitre · 18 years ago
  22. 1974632 Remove TYPE_* constant macros and use object_type enums consistently. by Linus Torvalds · 19 years ago
  23. 9d24ed4 Merge branch 'ff/c99' into next by Junio C Hamano · 19 years ago
  24. 1d7f171 Remove all void-pointer arithmetic. by Florian Forster · 19 years ago
  25. 855419f Add specialized object allocator by Linus Torvalds · 19 years ago
  26. 885a86a Shrink "struct object" a bit by Linus Torvalds · 19 years ago
  27. 90321c1 Replace xmalloc+memset(0) with xcalloc. by Peter Eriksen · 19 years ago
  28. 8f1d2e6 [PATCH] Compilation: zero-length array declaration. by Junio C Hamano · 19 years ago
  29. 27dedf0 GIT 0.99.9j aka 1.0rc3 by Junio C Hamano · 19 years ago v0.99.9j v1.0rc3
  30. 9534f40 Be careful when dereferencing tags. by Junio C Hamano · 19 years ago
  31. 37fde87 Fix send-pack for non-commitish tags. by Junio C Hamano · 20 years ago
  32. 89e4202 [PATCH] Parse tags for absent objects by Daniel Barkalow · 20 years ago
  33. 5d6ccf5 [PATCH] Anal retentive 'const unsigned char *sha1' by Jason McMullan · 20 years ago
  34. d1af002 [PATCH] delta check by Nicolas Pitre · 20 years ago
  35. bd2c39f [PATCH] don't load and decompress objects twice with parse_object() by Nicolas Pitre · 20 years ago
  36. 770896e Teach fsck-cache to accept non-commits for reachability analysis. by Linus Torvalds · 20 years ago
  37. 13019d4 [PATCH] Fix memory leaks in git-fsck-cache by Sergey Vlasov · 20 years ago
  38. ae200ee [PATCH] compat: replace AF_LOCAL with AF_UNIX by Edgar Toernig · 20 years ago
  39. 2636f61 [PATCH] Add tag header/parser to library by Daniel Barkalow · 20 years ago