summaryrefslogtreecommitdiffstats
path: root/git-clean.html
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2006-05-10 00:13:40 +0000
committerJunio C Hamano <junio@hera.kernel.org>2006-05-10 00:13:40 +0000
commit26a5737702ae9a7bec141d68b1c756235c55cb89 (patch)
tree86044a6b56a0535a5a8277ab2eccf72f35871630 /git-clean.html
parentb0ec2db86c94ac9dae0cea5f66ab34143c40ef7c (diff)
downloadgit-htmldocs-26a5737702ae9a7bec141d68b1c756235c55cb89.tar.gz
Autogenerated HTML docs for v1.3.2-g8c24
Diffstat (limited to 'git-clean.html')
-rw-r--r--git-clean.html8
1 files changed, 5 insertions, 3 deletions
diff --git a/git-clean.html b/git-clean.html
index 76efb2298..90a92ab89 100644
--- a/git-clean.html
+++ b/git-clean.html
@@ -273,14 +273,16 @@ git-clean(1) Manual Page
<h2>SYNOPSIS</h2>
<div class="sectionbody">
<div class="verseblock">
-<div class="content"><em>git-clean</em> [-d] [-n] [-q] [-x | -X]</div></div>
+<div class="content"><em>git-clean</em> [-d] [-n] [-q] [-x | -X] [--] &lt;paths&gt;&#8230;</div></div>
</div>
<h2>DESCRIPTION</h2>
<div class="sectionbody">
<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.</p>
+build products.
+When optional <tt>&lt;paths&gt;&#8230;</tt> arguments are given, the paths
+affected are further limited to those that match them.</p>
</div>
<h2>OPTIONS</h2>
<div class="sectionbody">
@@ -342,7 +344,7 @@ build products.</p>
</div>
<div id="footer">
<div id="footer-text">
-Last updated 05-Apr-2006 10:34:27 UTC
+Last updated 10-May-2006 00:13:32 UTC
</div>
</div>
</body>