From: Junio C Hamano Date: Sun, 24 Sep 2017 10:39:40 +0000 (+0900) Subject: Merge branch 'jm/status-ignored-directory-optim' into next X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/ca50f5ed417c6e2eade1e01067dbbe294598cc68?hp=--cc Merge branch 'jm/status-ignored-directory-optim' into next "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 --- ca50f5ed417c6e2eade1e01067dbbe294598cc68