From: Michael Spang Date: Mon, 7 May 2007 02:35:04 +0000 (-0400) Subject: dir.c: Omit non-excluded directories with dir->show_ignored X-Git-Tag: v1.5.2-rc3~24 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/b991625611da1cba39c6ac50d0329e5d5ce5d0ab?hp=b991625611da1cba39c6ac50d0329e5d5ce5d0ab dir.c: Omit non-excluded directories with dir->show_ignored This makes "git-ls-files --others --directory --ignored" behave as documented and consequently also fixes "git-clean -d -X". Previously, git-clean would remove non-excluded directories even when using the -X option. Signed-off-by: Michael Spang Signed-off-by: Junio C Hamano ---