aboutsummaryrefslogtreecommitdiffstats
path: root/name-hash.c
AgeCommit message (Expand)AuthorFilesLines
2014-02-24name-hash: retire unused index_name_exists()Eric Sunshine1-8/+1
2013-11-18name-hash.c: remove cache entries instead of marking them CE_UNHASHEDKarsten Blees1-24/+22
2013-11-18name-hash.c: use new hash map implementation for cache entriesKarsten Blees1-16/+8
2013-11-18name-hash.c: remove unreferenced directory entriesKarsten Blees1-7/+8
2013-11-18name-hash.c: use new hash map implementation for directoriesKarsten Blees1-59/+18
2013-09-17name-hash: stop storing trailing '/' on paths in index_state.dir_hashEric Sunshine1-5/+6
2013-09-17name-hash: refactor polymorphic index_name_exists()Eric Sunshine1-24/+30
2013-04-01Merge branch 'kb/name-hash'Junio C Hamano1-43/+139
2013-03-21Merge branch 'nd/preallocate-hash'Junio C Hamano1-0/+2
2013-03-16Preallocate hash tables when the number of inserts are known in advanceNguyễn Thái Ngọc Duy1-0/+2
2013-02-27name-hash.c: fix endless loop with core.ignorecase=trueKarsten Blees1-43/+139
2013-02-19name-hash: allow hashing an empty stringJunio C Hamano1-2/+2
2011-11-01name-hash.c: always initialize dir_next pointerJohannes Sixt1-1/+1
2011-10-07fix phantom untracked files when core.ignorecase is setJeff King1-7/+8
2010-10-06Add case insensitivity support for directories when using git statusJoshua Jensen1-1/+71
2008-04-09Make hash_name_lookup able to do case-independent lookupsLinus Torvalds1-2/+48
2008-04-09Make "index_name_exists()" return the cache_entry it foundLinus Torvalds1-3/+3
2008-04-09Move name hashing functions into a file of its ownLinus Torvalds1-0/+73