summaryrefslogtreecommitdiffstats
path: root/git-remote-ext.html
diff options
context:
space:
mode:
authorJunio C Hamano <junio@kernel.org>2011-01-04 22:06:18 +0000
committerJunio C Hamano <junio@kernel.org>2011-01-04 22:06:18 +0000
commit7165bf798c79fef70904e15d0d487e713bd25ac1 (patch)
tree3f1e20a921f1bb3f3dc8350d2716405b634964a4 /git-remote-ext.html
parent3609b339c5cf80a09d3c619ae11c8263463f361c (diff)
downloadgit-htmldocs-7165bf798c79fef70904e15d0d487e713bd25ac1.tar.gz
Autogenerated HTML docs for v1.7.4-rc0-5-gf2665
Diffstat (limited to 'git-remote-ext.html')
-rw-r--r--git-remote-ext.html18
1 files changed, 9 insertions, 9 deletions
diff --git a/git-remote-ext.html b/git-remote-ext.html
index 20670f8de..5b148bfbf 100644
--- a/git-remote-ext.html
+++ b/git-remote-ext.html
@@ -421,11 +421,11 @@ git-remote-ext(1) Manual Page
<div class="paragraph"><p>This remote helper uses the specified <em>program</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
-to be sent to git:// server, git-upload-pack, git-receive-pack
+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
the same service.</p></div>
-<div class="paragraph"><p>Command and arguments are separated by unescaped space.</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>
<div class="dlist"><dl>
<dt class="hdlist1">
@@ -464,15 +464,15 @@ the same service.</p></div>
</p>
</dd>
<dt class="hdlist1">
-<em>%G</em> (must be first characters in argument)
+<em>%G</em> (must be the first characters in an argument)
</dt>
<dd>
<p>
This argument will not be passed to <em>program</em>. Instead, it
- will cause helper to start by sending git:// service request to
- remote side with service field set to approiate value and
- repository field set to rest of the argument. Default is not to send
- such request.
+ 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
+ such a request.
</p>
<div class="paragraph"><p>This is useful if remote side is git:// server accessed over
some tunnel.</p></div>
@@ -483,7 +483,7 @@ some tunnel.</p></div>
<dd>
<p>
This argument will not be passed to <em>program</em>. Instead it sets
- the vhost field in git:// service request (to rest of the argument).
+ 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>
</dd>
@@ -611,7 +611,7 @@ begins with <tt>ext::</tt>. Examples:</p></div>
</div>
<div id="footer">
<div id="footer-text">
-Last updated 2010-12-08 22:49:27 UTC
+Last updated 2011-01-04 22:05:44 UTC
</div>
</div>
</body>