summaryrefslogtreecommitdiffstats
path: root/git-clean.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2015-03-06 15:46:29 -0800
committerJunio C Hamano <gitster@pobox.com>2015-03-06 15:46:29 -0800
commit6bf68cf9901acfb76960c8b0366da1e35ef35f7d (patch)
tree83eb3637c180582dfe26e2c4f56afad3070d79ae /git-clean.html
parent7f1bc9d8e78bb4cbc0ffa8461bc4171686e22fa2 (diff)
downloadgit-htmldocs-6bf68cf9901acfb76960c8b0366da1e35ef35f7d.tar.gz
Autogenerated HTML docs for v2.3.2-209-gd67f9
Diffstat (limited to 'git-clean.html')
-rw-r--r--git-clean.html10
1 files changed, 7 insertions, 3 deletions
diff --git a/git-clean.html b/git-clean.html
index bbbe48caf..2b143b571 100644
--- a/git-clean.html
+++ b/git-clean.html
@@ -789,8 +789,12 @@ are affected.</p></div>
<dd>
<p>
If the Git configuration variable clean.requireForce is not set
- to false, <em>git clean</em> will refuse to run unless given -f, -n or
- -i.
+ to false, <em>git clean</em> 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.
</p>
</dd>
<dt class="hdlist1">
@@ -968,7 +972,7 @@ help
<div id="footnotes"><hr /></div>
<div id="footer">
<div id="footer-text">
-Last updated 2014-11-04 14:37:41 PST
+Last updated 2015-03-06 15:45:51 PST
</div>
</div>
</body>