git-svn: info --url [path]
[gitweb.git] / Documentation / RelNotes-1.5.4.txt
index 96ec55eb1c2b931b9be174a484e5e8063fa5c34f..a4a2a7f429bc71884b823dffd8db5a1c10b34ecb 100644 (file)
@@ -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.