summaryrefslogtreecommitdiffstats
path: root/git-clean.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2013-02-05 21:13:21 -0800
committerJunio C Hamano <gitster@pobox.com>2013-02-05 21:13:21 -0800
commit076ffcc834f02a4f11d7f4fe8825be3b065020ff (patch)
tree6f5fa28df80c60c9b0a1dfab028d3db33ae22fa0 /git-clean.html
parent3f2ed6f9b744f05cf2ad32b0c0c80aa149d9fdcb (diff)
downloadgit-htmldocs-076ffcc834f02a4f11d7f4fe8825be3b065020ff.tar.gz
Autogenerated HTML docs for v1.8.1.2-545-g2f19ad
Diffstat (limited to 'git-clean.html')
-rw-r--r--git-clean.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/git-clean.html b/git-clean.html
index e0742bc73..d7ee699b7 100644
--- a/git-clean.html
+++ b/git-clean.html
@@ -756,7 +756,7 @@ git-clean(1) Manual Page
<div class="sectionbody">
<div class="paragraph"><p>Cleans the working tree by recursively removing files that are not
under version control, starting from the current directory.</p></div>
-<div class="paragraph"><p>Normally, only files unknown to git are removed, but if the <em>-x</em>
+<div class="paragraph"><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="paragraph"><p>If any optional <code>&lt;path&gt;...</code> arguments are given, only those paths
@@ -773,7 +773,7 @@ are affected.</p></div>
<dd>
<p>
Remove untracked directories in addition to untracked files.
- If an untracked directory is managed by a different git
+ 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.
</p>
@@ -786,7 +786,7 @@ are affected.</p></div>
</dt>
<dd>
<p>
- If the git configuration variable clean.requireForce is not set
+ If the Git configuration variable clean.requireForce is not set
to false, <em>git clean</em> will refuse to run unless given -f or -n.
</p>
</dd>
@@ -844,7 +844,7 @@ are affected.</p></div>
</dt>
<dd>
<p>
- Remove only files ignored by git. This may be useful to rebuild
+ Remove only files ignored by Git. This may be useful to rebuild
everything from scratch, but keep manually created files.
</p>
</dd>
@@ -867,7 +867,7 @@ are affected.</p></div>
<div id="footnotes"><hr /></div>
<div id="footer">
<div id="footer-text">
-Last updated 2012-09-25 12:07:50 PDT
+Last updated 2013-02-05 21:07:26 PST
</div>
</div>
</body>