summaryrefslogtreecommitdiffstats
path: root/git-remote-ext.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2013-02-05 21:13:21 -0800
committerJunio C Hamano <gitster@pobox.com>2013-02-05 21:13:21 -0800
commit076ffcc834f02a4f11d7f4fe8825be3b065020ff (patch)
tree6f5fa28df80c60c9b0a1dfab028d3db33ae22fa0 /git-remote-ext.html
parent3f2ed6f9b744f05cf2ad32b0c0c80aa149d9fdcb (diff)
downloadgit-htmldocs-076ffcc834f02a4f11d7f4fe8825be3b065020ff.tar.gz
Autogenerated HTML docs for v1.8.1.2-545-g2f19ad
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 559f2ff27..705e5593f 100644
--- a/git-remote-ext.html
+++ b/git-remote-ext.html
@@ -755,7 +755,7 @@ git-remote-ext(1) Manual Page
<h2 id="_description">DESCRIPTION</h2>
<div class="sectionbody">
<div class="paragraph"><p>This remote helper uses the specified <em>&lt;command&gt;</em> to connect
-to a remote git server.</p></div>
+to a remote Git server.</p></div>
<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
@@ -786,7 +786,7 @@ the same service.</p></div>
<dd>
<p>
Replaced with name (receive-pack, upload-pack, or
- upload-archive) of the service git wants to invoke.
+ upload-archive) of the service Git wants to invoke.
</p>
</dd>
<dt class="hdlist1">
@@ -796,7 +796,7 @@ the same service.</p></div>
<p>
Replaced with long name (git-receive-pack,
git-upload-pack, or git-upload-archive) of the service
- git wants to invoke.
+ Git wants to invoke.
</p>
</dd>
<dt class="hdlist1">
@@ -869,7 +869,7 @@ GIT_EXT_SERVICE_NOPREFIX
<div class="sect1">
<h2 id="_examples">EXAMPLES:</h2>
<div class="sectionbody">
-<div class="paragraph"><p>This remote helper is transparently used by git when
+<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 &lt;nick&gt; &lt;URL&gt;", where &lt;URL&gt;
begins with <code>ext::</code>. Examples:</p></div>
@@ -913,7 +913,7 @@ begins with <code>ext::</code>. Examples:</p></div>
Represents a repository with path /repo accessed using the
helper program "git-server-alias foo". The hostname for the
remote server passed in the protocol stream will be "foo"
- (this allows multiple virtual git servers to share a
+ (this allows multiple virtual Git servers to share a
link-level address).
</p>
</dd>
@@ -925,7 +925,7 @@ begins with <code>ext::</code>. Examples:</p></div>
Represents a repository with path <em>/repo with spaces</em> accessed
using the helper program "git-server-alias foo". The hostname for
the remote server passed in the protocol stream will be "foo"
- (this allows multiple virtual git servers to share a
+ (this allows multiple virtual Git servers to share a
link-level address).
</p>
</dd>
@@ -946,7 +946,7 @@ begins with <code>ext::</code>. Examples:</p></div>
<div class="sect1">
<h2 id="_documentation">Documentation</h2>
<div class="sectionbody">
-<div class="paragraph"><p>Documentation by Ilari Liusvaara, Jonathan Nieder and the git list
+<div class="paragraph"><p>Documentation by Ilari Liusvaara, Jonathan Nieder and the Git list
&lt;<a href="mailto:git@vger.kernel.org">git@vger.kernel.org</a>&gt;</p></div>
</div>
</div>
@@ -960,7 +960,7 @@ begins with <code>ext::</code>. Examples:</p></div>
<div id="footnotes"><hr /></div>
<div id="footer">
<div id="footer-text">
-Last updated 2011-11-15 13:45:02 PST
+Last updated 2013-02-05 21:07:26 PST
</div>
</div>
</body>