1. 7f514b7 midx: read `RIDX` chunk when present by Taylor Blau · 3 years, 2 months ago
  2. 09a7799 pack-revindex.c: instrument loading on-disk reverse index by Taylor Blau · 3 years, 2 months ago
  3. 60980ae midx.c: write MIDX filenames to strbuf by Taylor Blau · 3 years, 5 months ago
  4. e6b971f Merge branch 'tb/reverse-midx' by Junio C Hamano · 4 years ago
  5. f894081 pack-revindex: read multi-pack reverse indexes by Taylor Blau · 4 years ago
  6. 66f52fa pack-revindex.c: don't close unopened file descriptors by Taylor Blau · 4 years ago
  7. ec8e776 pack-revindex: ensure that on-disk reverse indexes are given precedence by Taylor Blau · 4 years, 2 months ago
  8. 2f4ba2a packfile: prepare for the existence of '*.rev' files by Taylor Blau · 4 years, 2 months ago
  9. e5dcd78 pack-revindex.c: avoid direct revindex access in 'offset_to_pack_pos()' by Taylor Blau · 4 years, 2 months ago
  10. d5bc7c6 pack-revindex: hide the definition of 'revindex_entry' by Taylor Blau · 4 years, 2 months ago
  11. 8389855 pack-revindex: remove unused 'find_revindex_position()' by Taylor Blau · 4 years, 2 months ago
  12. 1c3855f pack-revindex: remove unused 'find_pack_revindex()' by Taylor Blau · 4 years, 2 months ago
  13. f33fb6e pack-revindex: introduce a new API by Taylor Blau · 4 years, 2 months ago
  14. f86f769 compute pack .idx byte offsets using size_t by Jeff King · 4 years, 4 months ago
  15. 4828ce9 pack-revindex: open index if necessary by Jeff King · 6 years ago
  16. 33de80b various: tighten constness of some local variables by Shahzad Lone · 6 years ago
  17. fa13080 pack-revindex: express constants in terms of the_hash_algo by brian m. carlson · 6 years ago
  18. a80d72d object-store: move packed_git and packed_git_mru to object store by Stefan Beller · 7 years ago
  19. ad622a2 packfile: use get_be64() for large offsets by Derrick Stolee · 7 years ago
  20. 35d803b use SWAP macro by René Scharfe · 8 years ago
  21. 45ccef8 use COPY_ARRAY by René Scharfe · 8 years ago
  22. 11529ec Merge branch 'jk/tighten-alloc' by Junio C Hamano · 9 years ago
  23. b32fa95 convert trivial cases to ALLOC_ARRAY by Jeff King · 9 years ago
  24. 9d98bbf pack-revindex: store entries directly in packed_git by Jeff King · 9 years ago
  25. f401533 pack-revindex: drop hash table by Jeff King · 9 years ago
  26. 56a1a3a Silence GCC's "cast of pointer to integer of a different size" warning by Johannes Schindelin · 9 years ago
  27. 48d547f pack-revindex.c: rearrange xcalloc arguments by Brian Gesiak · 11 years ago
  28. 1a6d8b9 do not discard revindex when re-preparing packfiles by Jeff King · 11 years ago
  29. 92e5c77 revindex: export new APIs by Vicent Marti · 11 years ago
  30. 8b8dfd5 pack-revindex: radix-sort the revindex by Jeff King · 12 years ago
  31. 012b32b pack-revindex: use unsigned to store number of objects by Jeff King · 12 years ago
  32. 24deea5 janitor: useless checks before free by Pierre Habouzit · 16 years ago
  33. 08698b1 make find_pack_revindex() aware of the nasty world by Nicolas Pitre · 16 years ago
  34. 4b480c6 discard revindex data when pack list changes by Nicolas Pitre · 17 years ago
  35. 1f5c74f call init_pack_revindex() lazily by Nicolas Pitre · 17 years ago
  36. 3449f8c factorize revindex code out of builtin-pack-objects.c by Nicolas Pitre · 17 years ago