From: Junio C Hamano Date: Wed, 14 Nov 2007 09:54:43 +0000 (-0800) Subject: git-clean: honor core.excludesfile X-Git-Tag: v1.5.3.6~8 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/b57321f57b324320bdcf9f453ec4788da166f8f4?ds=inline;hp=b57321f57b324320bdcf9f453ec4788da166f8f4 git-clean: honor core.excludesfile git-clean did not honor core.excludesfile configuration variable, although some other commands such as git-add and git-status did. Fix this inconsistency. Original report and patch from Shun'ichi Fuji. Rewritten by me and bugs and tests are mine. Signed-off-by: Junio C Hamano ---