summaryrefslogtreecommitdiffstats
path: root/git-remote-fd.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2023-10-23 14:45:54 -0700
committerJunio C Hamano <gitster@pobox.com>2023-10-23 14:45:54 -0700
commit33be82183d4cd6dc645f64da1402cf9a3f4cdbf3 (patch)
tree4a681cad5c6da23a7d7f56022666fb31397026d2 /git-remote-fd.html
parent359f02427091f2c0fcac4eb7651fe5d159b84a54 (diff)
downloadgit-htmldocs-33be82183d4cd6dc645f64da1402cf9a3f4cdbf3.tar.gz
Autogenerated HTML docs for v2.42.0-482-g2e8e7
Diffstat (limited to 'git-remote-fd.html')
-rw-r--r--git-remote-fd.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/git-remote-fd.html b/git-remote-fd.html
index 70a21290c..3bfe8eca3 100644
--- a/git-remote-fd.html
+++ b/git-remote-fd.html
@@ -756,16 +756,16 @@ git-remote-fd(1) Manual Page
<div class="sectionbody">
<div class="paragraph"><p>This helper uses specified file descriptors to connect to a remote Git server.
This is not meant for end users but for programs and scripts calling git
-fetch, push or archive.</p></div>
+fetch, push, or archive.</p></div>
<div class="paragraph"><p>If only &lt;infd&gt; is given, it is assumed to be a bidirectional socket connected
-to remote Git server (git-upload-pack, git-receive-pack or
+to a remote Git server (git-upload-pack, git-receive-pack, or
git-upload-archive). If both &lt;infd&gt; and &lt;outfd&gt; are given, they are assumed
to be pipes connected to a remote Git server (&lt;infd&gt; being the inbound pipe
-and &lt;outfd&gt; being the outbound pipe.</p></div>
+and &lt;outfd&gt; being the outbound pipe).</p></div>
<div class="paragraph"><p>It is assumed that any handshaking procedures have already been completed
(such as sending service request for git://) before this helper is started.</p></div>
<div class="paragraph"><p>&lt;anything&gt; can be any string. It is ignored. It is meant for providing
-information to user in the URL in case that URL is displayed in some
+information to the user in the URL in case that URL is displayed in some
context.</p></div>
</div>
</div>
@@ -812,7 +812,7 @@ GIT_TRANSLOOP_DEBUG
<p>
Push master, using file descriptor #7 to read data from
git-receive-pack and file descriptor #8 to write data to
- same service.
+ the same service.
</p>
</dd>
<dt class="hdlist1">
@@ -843,7 +843,7 @@ GIT_TRANSLOOP_DEBUG
<div id="footer">
<div id="footer-text">
Last updated
- 2020-03-10 15:02:33 PDT
+ 2023-10-23 14:43:46 PDT
</div>
</div>
</body>