Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWincent Colaiuta <win@wincent.com>2007-11-19 11:06:31 +0300
committerJunio C Hamano <gitster@pobox.com>2007-11-19 11:11:40 +0300
commit8d3f1743103daafab20b6c7b34c1690ecc5af837 (patch)
tree694d46882aedb573907547055451655d7257d150 /Documentation
parentea55960518bb104020c02aa2f64b33f93d1775e7 (diff)
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>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/RelNotes-1.5.4.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/Documentation/RelNotes-1.5.4.txt b/Documentation/RelNotes-1.5.4.txt
index 96ec55eb1c..a4a2a7f429 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.