summaryrefslogtreecommitdiffstats
path: root/git-clean.html
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2008-07-02 03:06:38 +0000
committerJunio C Hamano <junio@hera.kernel.org>2008-07-02 03:06:38 +0000
commitfce7c7e1549d1a2a2b0faf5952378236eed4d468 (patch)
treeffce2ae419b52786a0e567f4fddaadd89016f62c /git-clean.html
parentbb8e996adf4293a0b624fe77e95e12ae8d1faed9 (diff)
downloadgit-htmldocs-fce7c7e1549d1a2a2b0faf5952378236eed4d468.tar.gz
Autogenerated HTML docs for v1.5.6.1-156-ge903b
Diffstat (limited to 'git-clean.html')
-rw-r--r--git-clean.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/git-clean.html b/git-clean.html
index ecf487dda..bef7d1102 100644
--- a/git-clean.html
+++ b/git-clean.html
@@ -273,7 +273,7 @@ git-clean(1) Manual Page
<h2>SYNOPSIS</h2>
<div class="sectionbody">
<div class="verseblock">
-<div class="content"><em>git-clean</em> [-d] [-f] [-n] [-q] [-x | -X] [--] &lt;paths&gt;&#8230;</div></div>
+<div class="content"><em>git clean</em> [-d] [-f] [-n] [-q] [-x | -X] [--] &lt;paths&gt;&#8230;</div></div>
</div>
<h2>DESCRIPTION</h2>
<div class="sectionbody">
@@ -301,7 +301,7 @@ affected are further limited to those that match them.</p>
<dd>
<p>
If the git configuration specifies clean.requireForce as true,
- git-clean will refuse to run unless given -f or -n.
+ <tt>git-clean</tt> will refuse to run unless given -f or -n.
</p>
</dd>
<dt>
@@ -334,7 +334,7 @@ affected are further limited to those that match them.</p>
<p>
Don't use the ignore rules. This allows removing all untracked
files, including build products. This can be used (possibly in
- conjunction with <a href="git-reset.html">git-reset(1)</a>) to create a pristine
+ conjunction with <tt>git-reset</tt>) to create a pristine
working directory to test a clean build.
</p>
</dd>
@@ -359,7 +359,7 @@ affected are further limited to those that match them.</p>
</div>
<div id="footer">
<div id="footer-text">
-Last updated 08-Jun-2008 22:46:23 UTC
+Last updated 02-Jul-2008 03:01:36 UTC
</div>
</div>
</body>