author | Michael Spang <mspang@uwaterloo.ca> | |
Mon, 7 May 2007 02:35:04 +0000 (22:35 -0400) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Mon, 7 May 2007 22:29:29 +0000 (15:29 -0700) | ||
commit | b991625611da1cba39c6ac50d0329e5d5ce5d0ab | |
tree | acf35ab82313684801e68d7a03e933ecf3a34ffc | tree | snapshot |
parent | 070739fd351702ea9bb4f65595728ae25a488075 | commit | diff |
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 <mspang@uwaterloo.ca>
Signed-off-by: Junio C Hamano <junkio@cox.net>
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 <mspang@uwaterloo.ca>
Signed-off-by: Junio C Hamano <junkio@cox.net>
dir.c | diff | blob | history |