1. bc5c5ec cache.h: remove this no-longer-used header by Elijah Newren · 1 year, 11 months ago
  2. 08c46a4 read-cache*.h: move declarations for read-cache.c functions from cache.h by Elijah Newren · 1 year, 11 months ago
  3. d1cbe1e hash-ll.h: split out of hash.h to remove dependency on repository.h by Elijah Newren · 2 years ago
  4. 8380dcd oid_pos(): access table through const pointers by Jeff King · 4 years, 2 months ago
  5. 45ee13b hash_pos(): convert to oid_pos() by Jeff King · 4 years, 2 months ago
  6. bc62692 hash-lookup: rename from sha1-lookup by Martin Ågren · 4 years, 3 months ago[Renamed (90%) from sha1-lookup.c]
  7. 7a7d992 sha1-lookup: rename `sha1_pos()` as `hash_pos()` by Martin Ågren · 4 years, 3 months ago
  8. 6d5291b Merge branch 'js/azure-pipelines-msvc' by Junio C Hamano · 5 years ago
  9. c097b95 msvc: avoid using minus operator on unsigned types by Johannes Schindelin · 5 years ago
  10. e84f357 sha1-lookup: switch hard-coded constants to the_hash_algo by brian m. carlson · 6 years ago
  11. 033abf9 Replace all die("BUG: ...") calls by BUG() ones by Johannes Schindelin · 7 years ago
  12. b4e00f7 packfile: refactor hash search with fanout table by Jonathan Tan · 7 years ago
  13. 19716b2 cleanup: fix possible overflow errors in binary search by Derrick Stolee · 7 years ago
  14. f1068ef sha1_file: drop experimental GIT_USE_LOOKUP search by Jeff King · 8 years ago
  15. 0eb0fb8 sha1-lookup: handle duplicates in sha1_pos() by René Scharfe · 10 years ago
  16. 171bdac sha1-lookup: handle duplicate keys with GIT_USE_LOOKUP by Jeff King · 12 years ago
  17. 1a7b1f6 sha1-lookup: fix up the assertion message by Junio C Hamano · 16 years ago
  18. 96beef8 sha1-lookup: add new "sha1_pos" function to efficiently lookup sha1 by Christian Couder · 16 years ago
  19. 12ecb01 sha1-lookup: make selection of 'middle' less aggressive by Junio C Hamano · 17 years ago
  20. 628522e sha1-lookup: more memory efficient search in sorted list of SHA-1 by Junio C Hamano · 17 years ago