1. bc726bd cocci: apply the "object-store.h" part of "the_repository.pending" by Ævar Arnfjörð Bjarmason · 2 years ago
  2. d850b7a cocci: apply the "cache.h" part of "the_repository.pending" by Ævar Arnfjörð Bjarmason · 2 years ago
  3. dd3aa41 ssh signing: make verify-tag consider key lifetime by Fabian Stelzer · 3 years, 3 months ago
  4. 0276943 ssh signing: use sigc struct to pass payload by Fabian Stelzer · 3 years, 3 months ago
  5. 482c119 gpg-interface: improve interface for parsing tags by brian m. carlson · 4 years, 1 month ago
  6. 6da43d9 object: drop parsed_object_pool->commit_count by Abhishek Kumar · 4 years, 9 months ago
  7. 228c78f commit, tag: don't set parsed bit for parse failures by Jeff King · 5 years ago
  8. 78d5014 parse_tag_buffer(): treat NULL tag pointer as parse error by Jeff King · 5 years ago
  9. dad3f06 tag: factor out get_tagged_oid() by René Scharfe · 6 years ago
  10. a378509 object: convert create_object() to use object_id by Jeff King · 6 years ago
  11. d0229ab object: convert lookup_object() to use object_id by Jeff King · 6 years ago
  12. d8a3a69 tag: express constant in terms of the_hash_algo by brian m. carlson · 6 years ago
  13. 09ca613 Merge branch 'jt/tags-to-promised-blobs-fix' by Junio C Hamano · 7 years ago
  14. 8c4cc32 tag: don't warn if target is missing but promised by Jonathan Tan · 7 years ago
  15. 286d258 tag.c: allow deref_tag to handle arbitrary repositories by Stefan Beller · 7 years ago
  16. 84f80cd tag: allow parse_tag_buffer to handle arbitrary repositories by Stefan Beller · 7 years ago
  17. 8bde69b tag: allow lookup_tag to handle arbitrary repositories by Stefan Beller · 7 years ago
  18. a74093d tag: add repository argument to deref_tag by Stefan Beller · 7 years ago
  19. 0e740fe tag: add repository argument to parse_tag_buffer by Stefan Beller · 7 years ago
  20. ce71efb tag: add repository argument to lookup_tag by Stefan Beller · 7 years ago
  21. c1f5eb4 commit: add repository argument to lookup_commit by Stefan Beller · 7 years ago
  22. f86bcc7 tree: add repository argument to lookup_tree by Stefan Beller · 7 years ago
  23. da14a7f blob: add repository argument to lookup_blob by Stefan Beller · 7 years ago
  24. 1268dfa object: add repository argument to object_as_type by Stefan Beller · 7 years ago
  25. 5abddd1 object: add repository argument to lookup_object by Stefan Beller · 7 years ago
  26. 109cd76 object: add repository argument to parse_object by Stefan Beller · 7 years ago
  27. cbd53a2 object-store: move object access functions to object-store.h by Stefan Beller · 7 years ago
  28. 14ba97f alloc: allow arbitrary repositories for alloc functions by Stefan Beller · 7 years ago
  29. a0bd908 alloc: add repository argument to alloc_tag_node by Stefan Beller · 7 years ago
  30. 68f95d3 object: add repository argument to create_object by Stefan Beller · 7 years ago
  31. 0df8e96 cache.h: add repository argument to oid_object_info by Stefan Beller · 7 years ago
  32. b4f5aca sha1_file: convert read_sha1_file to struct object_id by brian m. carlson · 7 years ago
  33. abef902 sha1_file: convert sha1_object_info* to object_id by brian m. carlson · 7 years ago
  34. aab9583 Convert find_unique_abbrev* to struct object_id by brian m. carlson · 7 years ago
  35. debca9d object: rename function 'typename' to 'type_name' by Brandon Williams · 7 years ago
  36. 1d4a1f6 Merge branch 'rs/tag-null-pointer-arith-fix' by Junio C Hamano · 7 years ago
  37. 7099153 tag: avoid NULL pointer arithmetic by René Scharfe · 7 years ago
  38. 8457176 tag: convert gpg_verify_tag to use struct object_id by Stefan Beller · 8 years ago
  39. 6b526ce Merge branch 'bc/object-id' by Junio C Hamano · 8 years ago
  40. c251c83 object: convert parse_object* to take struct object_id by brian m. carlson · 8 years ago
  41. d3101b5 Convert lookup_tag to struct object_id by brian m. carlson · 8 years ago
  42. 740ee05 Convert lookup_tree to struct object_id by brian m. carlson · 8 years ago
  43. 3aca1fc Convert lookup_blob to struct object_id by brian m. carlson · 8 years ago
  44. bc83266 Convert lookup_commit* to struct object_id by brian m. carlson · 8 years ago
  45. 1e4085a tag: convert parse_tag_buffer to struct object_id by brian m. carlson · 8 years ago
  46. dddbad7 timestamp_t: a new data type for timestamps by Johannes Schindelin · 8 years ago
  47. 1aeb7e7 parse_timestamp(): specify explicitly where we parse timestamps by Johannes Schindelin · 8 years ago
  48. 94240b9 gpg-interface, tag: add GPG_VERIFY_OMIT_STATUS flag by Lukas Puehringer · 8 years ago
  49. 45a227e verify-tag: move tag verification code to tag.c by Santiago Torres · 9 years ago
  50. ed1c997 Remove get_object_hash. by brian m. carlson · 9 years ago
  51. f2fd076 Convert struct object to object_id by brian m. carlson · 9 years ago
  52. 7999b2c Add several uses of get_object_hash. by brian m. carlson · 9 years ago
  53. eddda37 convert strncpy to memcpy by Jeff King · 9 years ago
  54. d7c6766 gpg-interface: move parse_signature() to where it should be by Junio C Hamano · 11 years ago
  55. 8ff226a add object_as_type helper for casting objects by Jeff King · 11 years ago
  56. d36f51c move setting of object->type to alloc_* functions by Jeff King · 11 years ago
  57. 5955654 replace {pre,suf}fixcmp() with {starts,ends}_with() by Christian Couder · 11 years ago
  58. 90108a2 upload-pack: avoid parsing tag destinations by Jeff King · 13 years ago
  59. 2f47eae Split GPG interface into its own helper library by Junio C Hamano · 14 years ago
  60. 8559425 parse_tag_buffer(): do not prefixcmp() out of range by Nguyễn Thái Ngọc Duy · 14 years ago
  61. cf7b1ca Add const to parse_{commit,tag}_buffer() by Nguyễn Thái Ngọc Duy · 14 years ago
  62. 3d5854e tag: recognize rfc1991 signatures by Michael J Gruber · 14 years ago
  63. ac58c4c verify-tag: factor out signature detection by Michael J Gruber · 14 years ago
  64. af24059 Merge branch 'xx/trivial' into maint by Junio C Hamano · 15 years ago
  65. d2c030d tag.c: whitespace breakages fix by Junio C Hamano · 15 years ago
  66. e451d06 tag.c: Parse tagger date (if present) by Shawn O. Pearce · 15 years ago
  67. 28de5b6 tag.c: Refactor parse_tag_buffer to be saner to program by Shawn O. Pearce · 15 years ago
  68. 2e0052a tag.c: Correct indentation by Shawn O. Pearce · 15 years ago
  69. eadbcd4 Merge branch 'mk/maint-parse-careful' by Junio C Hamano · 17 years ago
  70. 7914053 Remove unused object-ref code by Martin Koegler · 17 years ago
  71. 24e8a3c deref_tag: handle tag->tagged = NULL by Martin Koegler · 17 years ago
  72. a0393ef parse_tag_buffer: don't parse invalid tags by Martin Koegler · 17 years ago
  73. 182af83 Use xmemdupz() in many places. by Pierre Habouzit · 17 years ago
  74. cdd5b82 Merge branch 'maint-1.5.1' into maint by Junio C Hamano · 18 years ago
  75. eb09626 Fix stupid typo in lookup_tag() by Johan Herland · 18 years ago
  76. 100c5f3 Clean up object creation to use more common code by Linus Torvalds · 18 years ago
  77. 0ab1795 get rid of lookup_object_type() by Nicolas Pitre · 18 years ago
  78. 21666f1 convert object type handling from a string to a number by Nicolas Pitre · 18 years ago
  79. 1974632 Remove TYPE_* constant macros and use object_type enums consistently. by Linus Torvalds · 19 years ago
  80. 9d24ed4 Merge branch 'ff/c99' into next by Junio C Hamano · 19 years ago
  81. 1d7f171 Remove all void-pointer arithmetic. by Florian Forster · 19 years ago
  82. 855419f Add specialized object allocator by Linus Torvalds · 19 years ago
  83. 885a86a Shrink "struct object" a bit by Linus Torvalds · 19 years ago
  84. 90321c1 Replace xmalloc+memset(0) with xcalloc. by Peter Eriksen · 19 years ago
  85. 8f1d2e6 [PATCH] Compilation: zero-length array declaration. by Junio C Hamano · 19 years ago
  86. 27dedf0 GIT 0.99.9j aka 1.0rc3 by Junio C Hamano · 19 years ago v0.99.9j v1.0rc3
  87. 9534f40 Be careful when dereferencing tags. by Junio C Hamano · 19 years ago
  88. 37fde87 Fix send-pack for non-commitish tags. by Junio C Hamano · 20 years ago
  89. 89e4202 [PATCH] Parse tags for absent objects by Daniel Barkalow · 20 years ago
  90. 5d6ccf5 [PATCH] Anal retentive 'const unsigned char *sha1' by Jason McMullan · 20 years ago
  91. d1af002 [PATCH] delta check by Nicolas Pitre · 20 years ago
  92. bd2c39f [PATCH] don't load and decompress objects twice with parse_object() by Nicolas Pitre · 20 years ago
  93. 770896e Teach fsck-cache to accept non-commits for reachability analysis. by Linus Torvalds · 20 years ago
  94. 13019d4 [PATCH] Fix memory leaks in git-fsck-cache by Sergey Vlasov · 20 years ago
  95. ae200ee [PATCH] compat: replace AF_LOCAL with AF_UNIX by Edgar Toernig · 20 years ago
  96. 2636f61 [PATCH] Add tag header/parser to library by Daniel Barkalow · 20 years ago