summaryrefslogtreecommitdiffstats
path: root/name-hash.c
Commit message (Expand)AuthorAgeFilesLines
* hashmap: add simplified hashmap_get_from_hash() APIKarsten Blees2014-07-071-3/+2
* name-hash.c: replace cache_name_compare() with memcmp(3)Jeremiah Mahler2014-06-201-1/+1
* name-hash: retire unused index_name_exists()Eric Sunshine2014-02-241-8/+1
* name-hash.c: remove cache entries instead of marking them CE_UNHASHEDKarsten Blees2013-11-181-24/+22
* name-hash.c: use new hash map implementation for cache entriesKarsten Blees2013-11-181-16/+8
* name-hash.c: remove unreferenced directory entriesKarsten Blees2013-11-181-7/+8
* name-hash.c: use new hash map implementation for directoriesKarsten Blees2013-11-181-59/+18
* name-hash: stop storing trailing '/' on paths in index_state.dir_hashEric Sunshine2013-09-171-5/+6
* name-hash: refactor polymorphic index_name_exists()Eric Sunshine2013-09-171-24/+30
* 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