summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2016-02-17 10:13:33 -0800
committerJunio C Hamano <gitster@pobox.com>2016-02-17 10:13:33 -0800
commit8c7124c9ac3797b4880bba9f1bae3436672ac31e (patch)
tree3543336b000d2682498ff4b0abf0be2089204e0d
parentb1a90b68cfa3f9e1e0769c2c9fe0db012a51c818 (diff)
parent31e3c2d7f83bc8bcb9b83d08a3bfb75e5b245e36 (diff)
downloadgit-8c7124c9ac3797b4880bba9f1bae3436672ac31e.tar.gz
Merge branch 'mm/clean-doc-fix'
The documentation for "git clean" has been corrected; it mentioned that .git/modules/* are removed by giving two "-f", which has never been the case. * mm/clean-doc-fix: Documentation/git-clean.txt: don't mention deletion of .git/modules/*
-rw-r--r--Documentation/git-clean.txt4
1 files changed, 1 insertions, 3 deletions
diff --git a/Documentation/git-clean.txt b/Documentation/git-clean.txt
index 641681f61a..51a7e26a8e 100644
--- a/Documentation/git-clean.txt
+++ b/Documentation/git-clean.txt
@@ -37,9 +37,7 @@ OPTIONS
to false, 'git clean' will refuse to delete files or directories
unless given -f, -n or -i. Git will refuse to delete directories
with .git sub directory or file unless a second -f
- is given. This affects also git submodules where the storage area
- of the removed submodule under .git/modules/ is not removed until
- -f is given twice.
+ is given.
-i::
--interactive::