summaryrefslogtreecommitdiff
path: root/name-hash.c
Commit message (Expand)AuthorAgeFilesLines
* Sync with 1.8.1 maintenance trackJunio C Hamano2013-04-031-43/+139
|\
| * name-hash.c: fix endless loop with core.ignorecase=trueKarsten Blees2013-02-271-43/+139
* | 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