From: Karsten Blees Date: Mon, 15 Apr 2013 19:06:30 +0000 (+0200) Subject: dir.c: git-status --ignored: don't list files in ignored directories X-Git-Tag: v1.8.3-rc0~23^2~12 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/289ff5598fc4947fe0e6cfeb6db652e64894151c?ds=inline;hp=289ff5598fc4947fe0e6cfeb6db652e64894151c dir.c: git-status --ignored: don't list files in ignored directories 'git-status --ignored' lists both the ignored directory and the ignored files if the files are in a tracked sub directory. When recursing into sub directories in read_directory_recursive, pass on the check_only parameter so that we don't accidentally add the files. Signed-off-by: Karsten Blees Signed-off-by: Junio C Hamano ---