Merge branch 'jm/status-ignored-directory-optim'
authorJunio C Hamano <gitster@pobox.com>
Fri, 29 Sep 2017 02:23:40 +0000 (11:23 +0900)
committerJunio C Hamano <gitster@pobox.com>
Fri, 29 Sep 2017 02:23:40 +0000 (11:23 +0900)
commit075bc9c79818a5e18b43f6e5aeb8ff6415381ca9
treeb8ae10815eecdf7bbe48cdb46e859c6d57dfa933
parent20fed7cad40ed0b96232feb828129e3a2ee9860d
parent5aaa7fd39aafb83fdb30a6af4685eda5fc1cd382
Merge branch 'jm/status-ignored-directory-optim'

"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