git-clean: Honor pathspec.
commitd871c86935bf16fed541c7df6d1b153ca3c64496
authorJunio C Hamano <gitster@pobox.com>
Wed, 5 Dec 2007 07:55:41 +0000 (4 23:55 -0800)
committerJunio C Hamano <gitster@pobox.com>
Thu, 6 Dec 2007 02:42:49 +0000 (5 18:42 -0800)
tree8470cca739ab52d418c4a46ea141d0f7ca7aeb63
parentcec99d8cef12d18c71b277a4cd6963d37b13e901
git-clean: Honor pathspec.

git-clean "*.rej" should attempt to look at only paths that match
pattern "*.rej", but rewrite to C broke it.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin-clean.c