From: Wincent Colaiuta Date: Mon, 19 Nov 2007 08:06:31 +0000 (+0100) Subject: Further clarify clean.requireForce changes X-Git-Tag: v1.5.4-rc0~180 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=8d3f1743103daafab20b6c7b34c1690ecc5af837;p=git.git Further clarify clean.requireForce changes Mention the -f switch in the release notes for clean.requireForce to avoid possible misunderstandings. Signed-off-by: Wincent Colaiuta Signed-off-by: Junio C Hamano --- diff --git a/Documentation/RelNotes-1.5.4.txt b/Documentation/RelNotes-1.5.4.txt index 96ec55eb1..a4a2a7f42 100644 --- a/Documentation/RelNotes-1.5.4.txt +++ b/Documentation/RelNotes-1.5.4.txt @@ -33,8 +33,9 @@ Updates since v1.5.3 too many loose objects. * You need to explicitly set clean.requireForce to "false" to allow - git-clean to do any damage (lack of the configuration variable - used to mean "do not require", but we now use the safer default). + git-clean without -f to do any damage (lack of the configuration + variable used to mean "do not require", but we now use the safer + default). * git-push has been rewritten in C.