summaryrefslogtreecommitdiff
path: root/name-hash.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'kb/name-hash'Junio C Hamano2013-04-011-43/+139
|\
| * name-hash.c: fix endless loop with core.ignorecase=trueKarsten Blees2013-02-271-43/+139
* | Merge branch 'nd/preallocate-hash'Junio C Hamano2013-03-211-0/+2
|\ \
| * | Preallocate hash tables when the number of inserts are known in advanceNguyễn Thái Ngọc Duy2013-03-161-0/+2
| |/
* | name-hash: allow hashing an empty stringJunio C Hamano2013-02-191-2/+2
|/
* name-hash.c: always initialize dir_next pointerJohannes Sixt2011-11-011-1/+1
* fix phantom untracked files when core.ignorecase is setJeff King2011-10-071-7/+8
* Add case insensitivity support for directories when using git statusJoshua Jensen2010-10-061-1/+71
* Make hash_name_lookup able to do case-independent lookupsLinus Torvalds2008-04-091-2/+48
* Make "index_name_exists()" return the cache_entry it foundLinus Torvalds2008-04-091-3/+3
* Move name hashing functions into a file of its ownLinus Torvalds2008-04-091-0/+73