mirror of
https://github.com/git/git
synced 2024-11-05 18:59:29 +00:00
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 <win@wincent.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
parent
ea55960518
commit
8d3f174310
1 changed files with 3 additions and 2 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in a new issue