summaryrefslogtreecommitdiffstats
path: root/git-rm.html
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2007-04-18 04:57:17 +0000
committerJunio C Hamano <junio@hera.kernel.org>2007-04-18 04:57:17 +0000
commit28cea6a04fa5a1b3b38670013723f52a329ba001 (patch)
tree99774ccc702655846984641be6d48b89a23625b7 /git-rm.html
parent0e3cb537e5dee1347d53fc91ed855a1e84127503 (diff)
downloadgit-htmldocs-28cea6a04fa5a1b3b38670013723f52a329ba001.tar.gz
Autogenerated HTML docs for v1.5.1.1-159-g2c78
Diffstat (limited to 'git-rm.html')
-rw-r--r--git-rm.html12
1 files changed, 10 insertions, 2 deletions
diff --git a/git-rm.html b/git-rm.html
index 795fe544d..65b7e3ee3 100644
--- a/git-rm.html
+++ b/git-rm.html
@@ -272,7 +272,7 @@ git-rm(1) Manual Page
</div>
<h2>SYNOPSIS</h2>
<div class="sectionbody">
-<p><em>git-rm</em> [-f] [-n] [-r] [--cached] [--] &lt;file&gt;&#8230;</p>
+<p><em>git-rm</em> [-f] [-n] [-r] [--cached] [--ignore-unmatch] [--quiet] [--] &lt;file&gt;&#8230;</p>
</div>
<h2>DESCRIPTION</h2>
<div class="sectionbody">
@@ -343,6 +343,14 @@ area (aka index).</p>
</p>
</dd>
<dt>
+--ignore-unmatch
+</dt>
+<dd>
+<p>
+ Exit with a zero status even if no files matched.
+</p>
+</dd>
+<dt>
--quiet
</dt>
<dd>
@@ -406,7 +414,7 @@ git-rm -f git-*.sh
</div>
<div id="footer">
<div id="footer-text">
-Last updated 17-Apr-2007 08:27:41 UTC
+Last updated 18-Apr-2007 04:57:05 UTC
</div>
</div>
</body>