summaryrefslogtreecommitdiffstats
path: root/git-show-ref.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2015-10-26 16:14:30 -0700
committerJunio C Hamano <gitster@pobox.com>2015-10-26 16:14:30 -0700
commitdaf0aaecf41c91c2307b7a38218f6b2d37669ad1 (patch)
tree2032469465a7995a1ae1f8fbbb2345e32a2aa50e /git-show-ref.html
parente265b5c6dbafc936b10575797cc098414af5b874 (diff)
downloadgit-htmldocs-daf0aaecf41c91c2307b7a38218f6b2d37669ad1.tar.gz
Autogenerated HTML docs for v2.6.2-307-g37023b
Diffstat (limited to 'git-show-ref.html')
-rw-r--r--git-show-ref.html9
1 files changed, 5 insertions, 4 deletions
diff --git a/git-show-ref.html b/git-show-ref.html
index 28330900c..a21d7f63c 100644
--- a/git-show-ref.html
+++ b/git-show-ref.html
@@ -751,7 +751,7 @@ git-show-ref(1) Manual Page
<pre class="content"><em>git show-ref</em> [-q|--quiet] [--verify] [--head] [-d|--dereference]
[-s|--hash[=&lt;n&gt;]] [--abbrev[=&lt;n&gt;]] [--tags]
[--heads] [--] [&lt;pattern&gt;&#8230;]
-<em>git show-ref</em> --exclude-existing[=&lt;pattern&gt;] &lt; ref-list</pre>
+<em>git show-ref</em> --exclude-existing[=&lt;pattern&gt;]</pre>
<div class="attribution">
</div></div>
</div>
@@ -764,8 +764,9 @@ commit IDs. Results can be filtered using a pattern and tags can be
dereferenced into object IDs. Additionally, it can be used to test whether a
particular ref exists.</p></div>
<div class="paragraph"><p>By default, shows the tags, heads, and remote refs.</p></div>
-<div class="paragraph"><p>The --exclude-existing form is a filter that does the inverse, it shows the
-refs from stdin that don&#8217;t exist in the local repository.</p></div>
+<div class="paragraph"><p>The --exclude-existing form is a filter that does the inverse. It reads
+refs from stdin, one ref per line, and shows those that don&#8217;t exist in
+the local repository.</p></div>
<div class="paragraph"><p>Use of this utility is encouraged in favor of directly accessing files under
the <code>.git</code> directory.</p></div>
</div>
@@ -974,7 +975,7 @@ flag, so you can do</p></div>
<div id="footnotes"><hr /></div>
<div id="footer">
<div id="footer-text">
-Last updated 2014-04-08 12:47:26 PDT
+Last updated 2015-10-26 16:13:38 PDT
</div>
</div>
</body>