summaryrefslogtreecommitdiffstats
path: root/git-rev-list.html
diff options
context:
space:
mode:
authorJunio C Hamano <junio@kernel.org>2011-05-30 08:13:52 +0000
committerJunio C Hamano <junio@kernel.org>2011-05-30 08:13:52 +0000
commit084228c6c49d30cf3c49994c8de0b192b364ac0d (patch)
tree5422907670581ca193454a0e8855145699d2dd88 /git-rev-list.html
parent90b56531113c979bc874f0c44469d79aea6cd1cf (diff)
downloadgit-htmldocs-084228c6c49d30cf3c49994c8de0b192b364ac0d.tar.gz
Autogenerated HTML docs for v1.7.5.3-401-gfb674
Diffstat (limited to 'git-rev-list.html')
-rw-r--r--git-rev-list.html12
1 files changed, 11 insertions, 1 deletions
diff --git a/git-rev-list.html b/git-rev-list.html
index 1257ad5b2..fe647b368 100644
--- a/git-rev-list.html
+++ b/git-rev-list.html
@@ -435,6 +435,7 @@ git-rev-list(1) Manual Page
[ --tags[=&lt;pattern&gt;] ]
[ --remotes[=&lt;pattern&gt;] ]
[ --glob=&lt;glob-pattern&gt; ]
+ [ --ignore-missing ]
[ --stdin ]
[ --quiet ]
[ --topo-order ]
@@ -755,6 +756,15 @@ parents) and <tt>--max-parents=-1</tt> (negative numbers denote no upper limit).
</p>
</dd>
<dt class="hdlist1">
+--ignore-missing
+</dt>
+<dd>
+<p>
+ Upon seeing an invalid object name in the input, pretend as if
+ the bad input was not given.
+</p>
+</dd>
+<dt class="hdlist1">
--stdin
</dt>
<dd>
@@ -2046,7 +2056,7 @@ $ git log -2 --pretty=%h 4da45bef</tt></pre>
</div>
<div id="footer">
<div id="footer-text">
-Last updated 2011-03-27 07:10:12 UTC
+Last updated 2011-05-30 08:13:19 UTC
</div>
</div>
</body>