aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/git-clean.txt
diff options
context:
space:
mode:
authorMatt McCutchen <matt@mattmccutchen.net>2016-02-06 15:25:41 -0500
committerJunio C Hamano <gitster@pobox.com>2016-02-09 10:07:34 -0800
commit31e3c2d7f83bc8bcb9b83d08a3bfb75e5b245e36 (patch)
treec8d16b4ad675e758b3ded2054140ed86f226a6e0 /Documentation/git-clean.txt
parenta08595f76159b09d57553e37a5123f1091bb13e7 (diff)
downloadgit-31e3c2d7f83bc8bcb9b83d08a3bfb75e5b245e36.tar.gz
Documentation/git-clean.txt: don't mention deletion of .git/modules/*
The latter half of this sentence, the removal of the submodules, was never done with (or without) double -f back when it was written, and we still do not do so. Signed-off-by: Matt McCutchen <matt@mattmccutchen.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-clean.txt')
-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::