From: Junio C Hamano Date: Fri, 29 Sep 2017 02:23:40 +0000 (+0900) Subject: Merge branch 'jm/status-ignored-directory-optim' X-Git-Tag: v2.15.0-rc0~34 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/075bc9c79818a5e18b43f6e5aeb8ff6415381ca9 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 --- 075bc9c79818a5e18b43f6e5aeb8ff6415381ca9