Merge branch 'jm/status-ignored-directory-optim' into next
authorJunio C Hamano <gitster@pobox.com>
Sun, 24 Sep 2017 10:39:40 +0000 (19:39 +0900)
committerJunio C Hamano <gitster@pobox.com>
Sun, 24 Sep 2017 10:39:40 +0000 (19:39 +0900)
"git status --ignored", when noticing that a directory without any
tracked path is ignored, still enumerated all the ignored paths in
the directory, which is unnecessary. The codepath has been
optimized to avoid this overhead.

* jm/status-ignored-directory-optim:
Improve performance of git status --ignored

Trivial merge