commit | 562ca192f94496611583688beb3725603ce51f89 | [log] [tgz] |
---|---|---|
author | Junio C Hamano <gitster@pobox.com> | Thu Nov 01 17:32:04 2007 -0700 |
committer | Junio C Hamano <gitster@pobox.com> | Sun Nov 04 01:54:41 2007 -0800 |
tree | 3f75997bec9232fe760ea1d8a695b9055286d6fc | |
parent | ee787400de25ed419f40e70698ba35db475b2d61 [diff] |
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>