| Commit message (Expand) | Author | Age | Files | Lines |
* | hashmap: add simplified hashmap_get_from_hash() API | Karsten Blees | 2014-07-07 | 1 | -3/+2 |
* | name-hash.c: replace cache_name_compare() with memcmp(3) | Jeremiah Mahler | 2014-06-20 | 1 | -1/+1 |
* | name-hash: retire unused index_name_exists() | Eric Sunshine | 2014-02-24 | 1 | -8/+1 |
* | name-hash.c: remove cache entries instead of marking them CE_UNHASHED | Karsten Blees | 2013-11-18 | 1 | -24/+22 |
* | name-hash.c: use new hash map implementation for cache entries | Karsten Blees | 2013-11-18 | 1 | -16/+8 |
* | name-hash.c: remove unreferenced directory entries | Karsten Blees | 2013-11-18 | 1 | -7/+8 |
* | name-hash.c: use new hash map implementation for directories | Karsten Blees | 2013-11-18 | 1 | -59/+18 |
* | name-hash: stop storing trailing '/' on paths in index_state.dir_hash | Eric Sunshine | 2013-09-17 | 1 | -5/+6 |
* | name-hash: refactor polymorphic index_name_exists() | Eric Sunshine | 2013-09-17 | 1 | -24/+30 |
* | Merge branch 'kb/name-hash' | Junio C Hamano | 2013-04-01 | 1 | -43/+139 |
|\ |
|
| * | name-hash.c: fix endless loop with core.ignorecase=true | Karsten Blees | 2013-02-27 | 1 | -43/+139 |
* | | Merge branch 'nd/preallocate-hash' | Junio C Hamano | 2013-03-21 | 1 | -0/+2 |
|\ \ |
|
| * | | Preallocate hash tables when the number of inserts are known in advance | Nguyễn Thái Ngọc Duy | 2013-03-16 | 1 | -0/+2 |
| |/ |
|
* | | name-hash: allow hashing an empty string | Junio C Hamano | 2013-02-19 | 1 | -2/+2 |
|/ |
|
* | name-hash.c: always initialize dir_next pointer | Johannes Sixt | 2011-11-01 | 1 | -1/+1 |
* | fix phantom untracked files when core.ignorecase is set | Jeff King | 2011-10-07 | 1 | -7/+8 |
* | Add case insensitivity support for directories when using git status | Joshua Jensen | 2010-10-06 | 1 | -1/+71 |
* | Make hash_name_lookup able to do case-independent lookups | Linus Torvalds | 2008-04-09 | 1 | -2/+48 |
* | Make "index_name_exists()" return the cache_entry it found | Linus Torvalds | 2008-04-09 | 1 | -3/+3 |
* | Move name hashing functions into a file of its own | Linus Torvalds | 2008-04-09 | 1 | -0/+73 |