summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: ea55960)
raw | patch | inline | side by side (parent: ea55960)
author | Wincent Colaiuta <win@wincent.com> | |
Mon, 19 Nov 2007 08:06:31 +0000 (09:06 +0100) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Mon, 19 Nov 2007 08:11:40 +0000 (00:11 -0800) |
Mention the -f switch in the release notes for clean.requireForce to avoid
possible misunderstandings.
Signed-off-by: Wincent Colaiuta <win@wincent.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
possible misunderstandings.
Signed-off-by: Wincent Colaiuta <win@wincent.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/RelNotes-1.5.4.txt | patch | blob | history |
index 96ec55eb1c2b931b9be174a484e5e8063fa5c34f..a4a2a7f429bc71884b823dffd8db5a1c10b34ecb 100644 (file)
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.