Re: [PATCH 0/5] nd/fix-untracked-cache-invalidation updates

2018-01-24 Thread Junio C Hamano
Ævar Arnfjörð Bjarmason writes: > On Wed, Jan 24 2018, Nguyễn Thái Ngọc Duy jotted: > >> This is a small update where the last two patches on 'pu' are merged >> in one. The final content is exactly the same as on 'pu'. >> >> Nguyễn Thái Ngọc Duy (3): >> dir.c: avoid stat() in valid_cached_dir()

Re: [PATCH 0/5] nd/fix-untracked-cache-invalidation updates

2018-01-24 Thread Ævar Arnfjörð Bjarmason
On Wed, Jan 24 2018, Nguyễn Thái Ngọc Duy jotted: > This is a small update where the last two patches on 'pu' are merged > in one. The final content is exactly the same as on 'pu'. > > Nguyễn Thái Ngọc Duy (3): > dir.c: avoid stat() in valid_cached_dir() > dir.c: fix missing dir invalidation

[PATCH 0/5] nd/fix-untracked-cache-invalidation updates

2018-01-24 Thread Nguyễn Thái Ngọc Duy
This is a small update where the last two patches on 'pu' are merged in one. The final content is exactly the same as on 'pu'. Nguyễn Thái Ngọc Duy (3): dir.c: avoid stat() in valid_cached_dir() dir.c: fix missing dir invalidation in untracked code dir.c: stop ignoring opendir() error in ope