1. 8380dcd oid_pos(): access table through const pointers by Jeff King · 4 years, 1 month ago
  2. 45ee13b hash_pos(): convert to oid_pos() by Jeff King · 4 years, 1 month ago
  3. 8b327f1 Merge branch 'ma/sha1-is-a-hash' by Junio C Hamano · 4 years, 2 months ago
  4. bc62692 hash-lookup: rename from sha1-lookup by Martin Ågren · 4 years, 2 months ago
  5. 7a7d992 sha1-lookup: rename `sha1_pos()` as `hash_pos()` by Martin Ågren · 4 years, 2 months ago
  6. f077b0a pack-bitmap-write: better reuse bitmaps by Derrick Stolee · 4 years, 3 months ago
  7. 45f4eeb pack-bitmap-write: relax unique revwalk condition by Derrick Stolee · 4 years, 3 months ago
  8. 341fa34 pack-bitmap-write: use existing bitmaps by Derrick Stolee · 4 years, 3 months ago
  9. 449fa5e pack-bitmap-write: ignore BITMAP_FLAG_REUSE by Jeff King · 4 years, 3 months ago
  10. 089f751 pack-bitmap-write: build fewer intermediate bitmaps by Derrick Stolee · 4 years, 3 months ago
  11. 928e3f4 pack-bitmap-write: rename children to reverse_edges by Derrick Stolee · 4 years, 3 months ago
  12. 6dc5ef7 pack-bitmap-write: fill bitmap with commit history by Derrick Stolee · 4 years, 3 months ago
  13. 010e5ea pack-bitmap-write: pass ownership of intermediate bitmaps by Jeff King · 4 years, 3 months ago
  14. 4a9c581 pack-bitmap-write: reimplement bitmap writing by Jeff King · 4 years, 3 months ago
  15. 7744a5d pack-bitmap-write: use hashwrite_be32() in write_hash_cache() by René Scharfe · 4 years, 6 months ago
  16. 3a37876 pack-objects: drop packlist index_pos optimization by Jeff King · 6 years ago
  17. d2bc62b pack-bitmap: convert khash_sha1 maps into kh_oid_map by Jeff King · 6 years ago
  18. 3df28ca pack-objects: convert packlist_find() to use object_id by Jeff King · 6 years ago
  19. 05805d7 pack-bitmap-write: convert some helpers to use object_id by Jeff King · 6 years ago
  20. 0dd4924 pack-bitmap: replace sha1_to_hex by brian m. carlson · 6 years ago
  21. 0f4d6ca pack-bitmap: make bitmap header handling hash agnostic by brian m. carlson · 6 years ago
  22. 7c14112 pack-*.c: remove the_repository references by Nguyễn Thái Ngọc Duy · 6 years ago
  23. d829d49 Merge branch 'bc/hash-transition-part-15' by Junio C Hamano · 6 years ago
  24. 11877b9 Merge branch 'nd/the-index' by Junio C Hamano · 6 years ago
  25. 825544a pack-bitmap-write: use GIT_MAX_RAWSZ for allocation by brian m. carlson · 6 years ago
  26. 2abf350 revision.c: remove implicit dependency on the_index by Nguyễn Thái Ngọc Duy · 6 years ago
  27. 1b7a91d Merge branch 'ds/reachable' by Junio C Hamano · 6 years ago
  28. 6404355 commit.h: remove method declarations by Derrick Stolee · 7 years ago
  29. ad7b8a7 Merge branch 'jt/remove-pack-bitmap-global' by Junio C Hamano · 7 years ago
  30. 00624d6 Merge branch 'sb/object-store-grafts' by Junio C Hamano · 7 years ago
  31. b16b60f Merge branch 'sb/object-store-grafts' into sb/object-store-lookup by Junio C Hamano · 7 years ago
  32. f3c23db pack-bitmap: add free function by Jonathan Tan · 7 years ago
  33. 3ae5fa0 pack-bitmap: remove bitmap_git global variable by Jonathan Tan · 7 years ago
  34. 50f08db Merge branch 'js/use-bug-macro' by Junio C Hamano · 7 years ago
  35. ad635e8 Merge branch 'nd/pack-objects-pack-struct' by Junio C Hamano · 7 years ago
  36. fcb6df3 Merge branch 'sb/oid-object-info' by Junio C Hamano · 7 years ago
  37. cbd53a2 object-store: move object access functions to object-store.h by Stefan Beller · 7 years ago
  38. b10edb2 Merge branch 'ds/commit-graph' by Junio C Hamano · 7 years ago
  39. 033abf9 Replace all die("BUG: ...") calls by BUG() ones by Johannes Schindelin · 7 years ago
  40. 0df8e96 cache.h: add repository argument to oid_object_info by Stefan Beller · 7 years ago
  41. 06af3bb pack-objects: move in_pack_pos out of struct object_entry by Nguyễn Thái Ngọc Duy · 7 years ago
  42. fd9b1ba pack-objects: turn type and in_pack_type to bitfields by Nguyễn Thái Ngọc Duy · 7 years ago
  43. cfe8321 csum-file: refactor finalize_hashfile() method by Derrick Stolee · 7 years ago
  44. f2af9f5 csum-file: rename hashclose() to finalize_hashfile() by Derrick Stolee · 7 years ago
  45. abef902 sha1_file: convert sha1_object_info* to object_id by brian m. carlson · 7 years ago
  46. 98a3bea csum-file: rename sha1file to hashfile by brian m. carlson · 7 years ago
  47. 4d01a7f pack-bitmap[-write]: use `object_array_clear()`, don't leak by Martin Ågren · 7 years ago
  48. e6a492b pack: convert struct pack_idx_entry to struct object_id by brian m. carlson · 8 years ago
  49. 594fa99 odb_mkstemp: write filename into strbuf by Jeff King · 8 years ago
  50. 892e723 do not check odb_mkstemp return value for errors by Jeff King · 8 years ago
  51. 9ed0d8d use QSORT by René Scharfe · 8 years ago
  52. de1e67d list-objects: pass full pathname to callbacks by Jeff King · 9 years ago
  53. bd64516 list-objects: drop name_path entirely by Jeff King · 9 years ago
  54. ed1c997 Remove get_object_hash. by brian m. carlson · 9 years ago
  55. f2fd076 Convert struct object to object_id by brian m. carlson · 9 years ago
  56. 7999b2c Add several uses of get_object_hash. by brian m. carlson · 9 years ago
  57. 3889e7a Merge branch 'jk/pack-bitmap' by Junio C Hamano · 10 years ago
  58. b500721 pack-bitmap: do not use gcc packed attribute by Karsten Blees · 10 years ago
  59. 2756ca4 use REALLOC_ARRAY for changing the allocation size of arrays by René Scharfe · 10 years ago
  60. 50546b1 Use hashcpy() when copying object names by Sun He · 11 years ago
  61. ae4f07f pack-bitmap: implement optional name_hash cache by Vicent Marti · 11 years ago
  62. 7cc8f97 pack-objects: implement bitmap writing by Vicent Marti · 11 years ago