summaryrefslogtreecommitdiffstats
path: root/git-clean.html
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2009-04-26 01:41:41 +0000
committerJunio C Hamano <junio@hera.kernel.org>2009-04-26 01:41:41 +0000
commite91ea77bbf2451858f9ba89f5b62f560c6726eab (patch)
tree23d5d6d357171ba6550e128232b24ad4c876fa81 /git-clean.html
parentf4581103ebe49b352d853d2ab86ad056ee0fb823 (diff)
downloadgit-htmldocs-e91ea77bbf2451858f9ba89f5b62f560c6726eab.tar.gz
Autogenerated HTML docs for v1.6.3-rc2-8-gbe66
Diffstat (limited to 'git-clean.html')
-rw-r--r--git-clean.html13
1 files changed, 7 insertions, 6 deletions
diff --git a/git-clean.html b/git-clean.html
index 3a29d44de..ce30bd43d 100644
--- a/git-clean.html
+++ b/git-clean.html
@@ -325,11 +325,12 @@ git-clean(1) Manual Page
</div>
<h2 id="_description">DESCRIPTION</h2>
<div class="sectionbody">
-<div class="para"><p>Removes files unknown to git. This allows to clean the working tree
-from files that are not under version control. If the <em>-x</em> option is
-specified, ignored files are also removed, allowing to remove all
-build products.
-If any optional <tt>&lt;path&gt;&#8230;</tt> arguments are given, only those paths
+<div class="para"><p>This allows cleaning the working tree by removing files that are not
+under version control.</p></div>
+<div class="para"><p>Normally, only files unknown to git are removed, but if the <em>-x</em>
+option is specified, ignored files are also removed. This can, for
+example, be useful to remove all build products.</p></div>
+<div class="para"><p>If any optional <tt>&lt;path&gt;&#8230;</tt> arguments are given, only those paths
are affected.</p></div>
</div>
<h2 id="_options">OPTIONS</h2>
@@ -407,7 +408,7 @@ are affected.</p></div>
</div>
<div id="footer">
<div id="footer-text">
-Last updated 2009-04-02 06:49:47 UTC
+Last updated 2009-04-26 01:41:25 UTC
</div>
</div>
</body>