1. 2ac76d8 Merge branch 'bp/name-hash-dirname-fix' by Junio C Hamano · 7 years ago
  2. c95525e name-hash: properly fold directory names in adjust_dirname_case() by Ben Peart · 7 years ago
  3. ca54d9b trace: measure where the time is spent in the index-heavy operations by Nguyễn Thái Ngọc Duy · 7 years ago
  4. 8b604d1 hashmap: add API to disable item counting when threaded by Jeff Hostetler · 8 years ago
  5. 56a14ea name-hash.c: drop hashmap_cmp_fn cast by Stefan Beller · 8 years ago
  6. 7663cdc hashmap.h: compare function has access to a data field by Stefan Beller · 8 years ago
  7. 2a1bd45 name-hash: fix buffer overrun by Kevin Willford · 8 years ago
  8. 846df80 name-hash: perf improvement for lazy_init_name_hash by Jeff Hostetler · 8 years ago
  9. 16f9b4c name-hash: specify initial size for istate.dir_hash table by Jeff Hostetler · 8 years ago
  10. 96ffc06 convert trivial cases to FLEX_ARRAY macros by Jeff King · 9 years ago
  11. 41284eb name-hash: don't reuse cache_entry in dir_entry by David Turner · 9 years ago
  12. ab73a9d hashmap: add simplified hashmap_get_from_hash() API by Karsten Blees · 11 years ago
  13. be99ec9 name-hash.c: replace cache_name_compare() with memcmp(3) by Jeremiah Mahler · 11 years ago
  14. 7b359ea name-hash: retire unused index_name_exists() by Eric Sunshine · 11 years ago
  15. 419a597 name-hash.c: remove cache entries instead of marking them CE_UNHASHED by Karsten Blees · 11 years ago
  16. 8b01378 name-hash.c: use new hash map implementation for cache entries by Karsten Blees · 11 years ago
  17. 1c8cca1 name-hash.c: remove unreferenced directory entries by Karsten Blees · 11 years ago
  18. e05881a name-hash.c: use new hash map implementation for directories by Karsten Blees · 11 years ago
  19. d28eec2 name-hash: stop storing trailing '/' on paths in index_state.dir_hash by Eric Sunshine · 11 years ago
  20. db5360f name-hash: refactor polymorphic index_name_exists() by Eric Sunshine · 11 years ago
  21. c044bed Merge branch 'kb/name-hash' by Junio C Hamano · 12 years ago
  22. c241e28 Merge branch 'nd/preallocate-hash' by Junio C Hamano · 12 years ago
  23. c735928 Preallocate hash tables when the number of inserts are known in advance by Nguyễn Thái Ngọc Duy · 12 years ago
  24. 2092678 name-hash.c: fix endless loop with core.ignorecase=true by Karsten Blees · 12 years ago
  25. c19387e name-hash: allow hashing an empty string by Junio C Hamano · 12 years ago
  26. 395c735 name-hash.c: always initialize dir_next pointer by Johannes Sixt · 13 years ago
  27. 2548183 fix phantom untracked files when core.ignorecase is set by Jeff King · 13 years ago
  28. 5102c61 Add case insensitivity support for directories when using git status by Joshua Jensen · 14 years ago
  29. cd2fef5 Make hash_name_lookup able to do case-independent lookups by Linus Torvalds · 17 years ago
  30. df292c7 Make "index_name_exists()" return the cache_entry it found by Linus Torvalds · 17 years ago
  31. 96872bc Move name hashing functions into a file of its own by Linus Torvalds · 17 years ago