mirror of
https://github.com/git-for-windows/git.git
synced 2026-03-17 04:23:29 -05:00
fixup! fscache: remember not-found directories
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
This commit is contained in:
@@ -420,7 +420,8 @@ static struct fsentry *fscache_get(struct fscache *cache, struct fsentry *key)
|
||||
* thing as far as fscache is concerned).
|
||||
*/
|
||||
fse = fsentry_alloc(cache, key->list->list,
|
||||
key->list->name, key->list->len);
|
||||
key->list->dirent.d_name,
|
||||
key->list->len);
|
||||
fse->st_mode = 0;
|
||||
hashmap_add(&cache->map, &fse->ent);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user