git-clean: Fix error message if clean.requireForce is not set.
authorJohannes Sixt <j.sixt@viscovery.net>
Mon, 12 Nov 2007 08:27:35 +0000 (09:27 +0100)
committerJunio C Hamano <gitster@pobox.com>
Tue, 13 Nov 2007 01:49:49 +0000 (17:49 -0800)
It was distracting to see this error message:

clean.requireForce set and -n or -f not given; refusing to clean

even though clean.requireForce was not set at all. This patch distinguishes
the cases and gives a different message depending on whether the
configuration variable is not set or set to true.

While we are here, we also divert the error messages to stderr.

Signed-off-by: Johannes Sixt <johannes.sixt@telecom.at>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found