summaryrefslogtreecommitdiffstats
path: root/git-ls-remote.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2016-02-03 16:44:23 -0800
committerJunio C Hamano <gitster@pobox.com>2016-02-03 16:44:23 -0800
commitffe10cab55e406e84b3d63513cbacd6298def361 (patch)
treefe2390c31f33c5abbd97830d7988f8e9c556330d /git-ls-remote.html
parent19c2076a26be920feb8a661a79f40bae45a91e60 (diff)
downloadgit-htmldocs-ffe10cab55e406e84b3d63513cbacd6298def361.tar.gz
Autogenerated HTML docs for v2.7.0-297-g563e3
Diffstat (limited to 'git-ls-remote.html')
-rw-r--r--git-ls-remote.html37
1 files changed, 34 insertions, 3 deletions
diff --git a/git-ls-remote.html b/git-ls-remote.html
index 24b55a7f4..3dcbc5a88 100644
--- a/git-ls-remote.html
+++ b/git-ls-remote.html
@@ -748,8 +748,9 @@ git-ls-remote(1) Manual Page
<h2 id="_synopsis">SYNOPSIS</h2>
<div class="sectionbody">
<div class="verseblock">
-<pre class="content"><em>git ls-remote</em> [--heads] [--tags] [--upload-pack=&lt;exec&gt;]
- [--exit-code] &lt;repository&gt; [&lt;refs&gt;&#8230;]</pre>
+<pre class="content"><em>git ls-remote</em> [--heads] [--tags] [--refs] [--upload-pack=&lt;exec&gt;]
+ [-q | --quiet] [--exit-code] [--get-url]
+ [--symref] [&lt;repository&gt; [&lt;refs&gt;&#8230;]]</pre>
<div class="attribution">
</div></div>
</div>
@@ -786,6 +787,25 @@ commit IDs.</p></div>
</p>
</dd>
<dt class="hdlist1">
+--refs
+</dt>
+<dd>
+<p>
+ Do not show peeled tags or pseudorefs like HEAD in the output.
+</p>
+</dd>
+<dt class="hdlist1">
+-q
+</dt>
+<dt class="hdlist1">
+--quiet
+</dt>
+<dd>
+<p>
+ Do not print remote URL to stderr.
+</p>
+</dd>
+<dt class="hdlist1">
--upload-pack=&lt;exec&gt;
</dt>
<dd>
@@ -818,6 +838,17 @@ commit IDs.</p></div>
</p>
</dd>
<dt class="hdlist1">
+--symref
+</dt>
+<dd>
+<p>
+ In addition to the object pointed by it, show the underlying
+ ref pointed by it when showing a symbolic ref. Currently,
+ upload-pack only shows the symref HEAD, so it will be the only
+ one shown by ls-remote.
+</p>
+</dd>
+<dt class="hdlist1">
&lt;repository&gt;
</dt>
<dd>
@@ -874,7 +905,7 @@ c5db5456ae3b0873fc659c19fafdde22313cc441 refs/tags/v0.99.2
<div id="footnotes"><hr /></div>
<div id="footer">
<div id="footer-text">
-Last updated 2015-10-14 15:15:07 PDT
+Last updated 2016-02-03 16:43:50 PST
</div>
</div>
</body>