summaryrefslogtreecommitdiffstats
path: root/git-ls-remote.html
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2006-08-26 08:43:31 +0000
committerJunio C Hamano <junio@hera.kernel.org>2006-08-26 08:43:31 +0000
commit6b2cee12edbdbc714335b12e6cfe34cd4933799f (patch)
tree8a053e17c1915a48817205ed27bbdfd475ced116 /git-ls-remote.html
parent8a0a21e3f8e9d75a455aa4170153405d7f1d74be (diff)
downloadgit-htmldocs-6b2cee12edbdbc714335b12e6cfe34cd4933799f.tar.gz
Autogenerated HTML docs for v1.4.2-ga7f0
Diffstat (limited to 'git-ls-remote.html')
-rw-r--r--git-ls-remote.html25
1 files changed, 20 insertions, 5 deletions
diff --git a/git-ls-remote.html b/git-ls-remote.html
index 129c29504..8cc179ff2 100644
--- a/git-ls-remote.html
+++ b/git-ls-remote.html
@@ -266,17 +266,20 @@ git-ls-remote(1) Manual Page
<h2>NAME</h2>
<div class="sectionbody">
<p>git-ls-remote -
- Look at references other repository has
+ List references in a remote repository
</p>
</div>
</div>
<h2>SYNOPSIS</h2>
<div class="sectionbody">
-<p><em>git-ls-remote</em> [--heads] [--tags] &lt;repository&gt; &lt;refs&gt;&#8230;</p>
+<div class="verseblock">
+<div class="content"><em>git-ls-remote</em> [--heads] [--tags] [-u &lt;exec&gt; | --upload-pack &lt;exec&gt;]
+ &lt;repository&gt; &lt;refs&gt;&#8230;</div></div>
</div>
<h2>DESCRIPTION</h2>
<div class="sectionbody">
-<p>Displays the references other repository has.</p>
+<p>Displays references available in a remote repository along with the associated
+commit IDs.</p>
</div>
<h2>OPTIONS</h2>
<div class="sectionbody">
@@ -293,12 +296,24 @@ git-ls-remote(1) Manual Page
</p>
</dd>
<dt>
+-u &lt;exec&gt;, --upload-pack=&lt;exec&gt;
+</dt>
+<dd>
+<p>
+ Specify the full path of <a href="git-upload-pack.html">git-upload-pack(1)</a> on the remote
+ host. This allows listing references from repositories accessed via
+ SSH and where the SSH deamon does not use the PATH configured by the
+ user. Also see the <em>--exec</em> option for <a href="git-peek-remote.html">git-peek-remote(1)</a>.
+</p>
+</dd>
+<dt>
&lt;repository&gt;
</dt>
<dd>
<p>
Location of the repository. The shorthand defined in
- $GIT_DIR/branches/ can be used.
+ $GIT_DIR/branches/ can be used. Use "." (dot) to list references in
+ the local repository.
</p>
</dd>
<dt>
@@ -346,7 +361,7 @@ c5db5456ae3b0873fc659c19fafdde22313cc441 refs/tags/v0.99.2
</div>
<div id="footer">
<div id="footer-text">
-Last updated 15-Jul-2006 01:37:53 UTC
+Last updated 26-Aug-2006 08:43:06 UTC
</div>
</div>
</body>