On Thu, Feb 01 2018, Junio C. Hamano jotted: > * nd/fix-untracked-cache-invalidation (2018-01-24) 5 commits > - dir.c: stop ignoring opendir() error in open_cached_dir() > - update-index doc: note a fixed bug in the untracked cache > - dir.c: fix missing dir invalidation in untracked code > - dir.c: avoid stat() in valid_cached_dir() > - status: add a failing test showing a core.untrackedCache bug > > Some bugs around "untracked cache" feature have been fixed. > > Will merge to 'next'. The "update-index doc: note a fixed bug in the untracked cache" needs to be amended so it doesn't say "Before 2.16, ": https://github.com/gitster/git/commit/b9fc38c9f90b8bf2c9147ad536813b66aa45220d#diff-01fe1588047a177245bfaf82336cdeaeR467 I'm not sure whether you're planning this for 2.16.2, or whether it'll be in 2.17.0, but the patch should be amended to mention either one of those. I can submit a replacement patch, but figured this was trivial enough (and you know more about the release plan) that you'd like to amend this locally.