commit | b57321f57b324320bdcf9f453ec4788da166f8f4 | [log] [tgz] |
---|---|---|
author | Junio C Hamano <gitster@pobox.com> | Wed Nov 14 01:54:43 2007 -0800 |
committer | Junio C Hamano <gitster@pobox.com> | Wed Nov 14 02:03:29 2007 -0800 |
tree | 8af9a77bbfd923fad2c2a4dcbdb6e9776c5a758e | |
parent | 7f55cf451c9e7c35cad2efcd0bb7bbd7c7ae29ac [diff] |
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 <gitster@pobox.com>