clean: require -f to do damage by default
commit562ca192f94496611583688beb3725603ce51f89
authorJunio C Hamano <gitster@pobox.com>
Fri, 2 Nov 2007 00:32:04 +0000 (1 17:32 -0700)
committerJunio C Hamano <gitster@pobox.com>
Sun, 4 Nov 2007 09:54:41 +0000 (4 01:54 -0800)
tree3f75997bec9232fe760ea1d8a695b9055286d6fc
parentee787400de25ed419f40e70698ba35db475b2d61
clean: require -f to do damage by default

This makes the clean.requireForce configuration default to true.
Too many people are burned by typing "git clean" by mistake when
they meant to say "make clean".

Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/config.txt
git-clean.sh
t/t7201-co.sh
t/t7300-clean.sh