summaryrefslogtreecommitdiffstats
path: root/git-clean.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2009-08-16 19:04:05 +0000
committerJunio C Hamano <junio@hera.kernel.org>2009-08-16 19:04:05 +0000
commitac34f56d4cf6a737f7d8cb56a9b57448f8d6e190 (patch)
tree2963dcc3f494d83ab7aa8be226921815d6010b16 /git-clean.txt
parent27a128bdf7d0ab4b37022233ba5ae84a8ebd605f (diff)
downloadgit-htmldocs-ac34f56d4cf6a737f7d8cb56a9b57448f8d6e190.tar.gz
Autogenerated HTML docs for v1.6.4-169-g64d5
Diffstat (limited to 'git-clean.txt')
-rw-r--r--git-clean.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/git-clean.txt b/git-clean.txt
index be894af39..ae8938b2d 100644
--- a/git-clean.txt
+++ b/git-clean.txt
@@ -27,6 +27,9 @@ OPTIONS
-------
-d::
Remove untracked directories in addition to untracked files.
+ If an untracked directory is managed by a different git
+ repository, it is not removed by default. Use -f option twice
+ if you really want to remove such a directory.
-f::
If the git configuration specifies clean.requireForce as true,