Skip to content

Commit

Permalink
Further clarify clean.requireForce changes
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Wincent Colaiuta authored and Junio C Hamano committed Nov 19, 2007
1 parent ea55960 commit 8d3f174
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Documentation/RelNotes-1.5.4.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 8d3f174

Please sign in to comment.