summaryrefslogtreecommitdiffstats
path: root/git-remote-ext.html
diff options
context:
space:
mode:
authorJunio C Hamano <junio@kernel.org>2011-02-28 06:41:28 +0000
committerJunio C Hamano <junio@kernel.org>2011-02-28 06:41:28 +0000
commit63c2bc983d6e2487dae4da9f2118a48d403b5890 (patch)
tree11fa99d64c828a4a8c5132ffb831deb96e8a2f46 /git-remote-ext.html
parent36a4dbcbf885a8894517a812f69e3d8c31540f84 (diff)
downloadgit-htmldocs-63c2bc983d6e2487dae4da9f2118a48d403b5890.tar.gz
Autogenerated HTML docs for v1.7.4.1-140-g89781
Diffstat (limited to 'git-remote-ext.html')
-rw-r--r--git-remote-ext.html16
1 files changed, 8 insertions, 8 deletions
diff --git a/git-remote-ext.html b/git-remote-ext.html
index 5b148bfbf..32f8fb597 100644
--- a/git-remote-ext.html
+++ b/git-remote-ext.html
@@ -414,16 +414,16 @@ git-remote-ext(1) Manual Page
</div>
<h2 id="_synopsis">SYNOPSIS</h2>
<div class="sectionbody">
-<div class="paragraph"><p>git remote add nick "ext::&lt;command&gt;[ &lt;arguments&gt;&#8230;]"</p></div>
+<div class="paragraph"><p>git remote add &lt;nick&gt; "ext::&lt;command&gt;[ &lt;arguments&gt;&#8230;]"</p></div>
</div>
<h2 id="_description">DESCRIPTION</h2>
<div class="sectionbody">
-<div class="paragraph"><p>This remote helper uses the specified <em>program</em> to connect
+<div class="paragraph"><p>This remote helper uses the specified <em>&lt;command&gt;</em> to connect
to a remote git server.</p></div>
-<div class="paragraph"><p>Data written to stdin of this specified <em>program</em> is assumed
+<div class="paragraph"><p>Data written to stdin of the specified <em>&lt;command&gt;</em> is assumed
to be sent to a git:// server, git-upload-pack, git-receive-pack
or git-upload-archive (depending on situation), and data read
-from stdout of this program is assumed to be received from
+from stdout of &lt;command&gt; is assumed to be received from
the same service.</p></div>
<div class="paragraph"><p>Command and arguments are separated by an unescaped space.</p></div>
<div class="paragraph"><p>The following sequences have a special meaning:</p></div>
@@ -468,7 +468,7 @@ the same service.</p></div>
</dt>
<dd>
<p>
- This argument will not be passed to <em>program</em>. Instead, it
+ This argument will not be passed to <em>&lt;command&gt;</em>. Instead, it
will cause the helper to start by sending git:// service requests to
the remote side with the service field set to an appropriate value and
the repository field set to rest of the argument. Default is not to send
@@ -482,7 +482,7 @@ some tunnel.</p></div>
</dt>
<dd>
<p>
- This argument will not be passed to <em>program</em>. Instead it sets
+ This argument will not be passed to <em>&lt;command&gt;</em>. Instead it sets
the vhost field in the git:// service request (to rest of the argument).
Default is not to send vhost in such request (if sent).
</p>
@@ -529,7 +529,7 @@ GIT_EXT_SERVICE_NOPREFIX
<div class="sectionbody">
<div class="paragraph"><p>This remote helper is transparently used by git when
you use commands such as "git fetch &lt;URL&gt;", "git clone &lt;URL&gt;",
-, "git push &lt;URL&gt;" or "git remote add nick &lt;URL&gt;", where &lt;URL&gt;
+, "git push &lt;URL&gt;" or "git remote add &lt;nick&gt; &lt;URL&gt;", where &lt;URL&gt;
begins with <tt>ext::</tt>. Examples:</p></div>
<div class="dlist"><dl>
<dt class="hdlist1">
@@ -611,7 +611,7 @@ begins with <tt>ext::</tt>. Examples:</p></div>
</div>
<div id="footer">
<div id="footer-text">
-Last updated 2011-01-04 22:05:44 UTC
+Last updated 2011-02-28 06:40:45 UTC
</div>
</div>
</body>