aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/git-remote-fd.txt
diff options
context:
space:
mode:
authorElijah Newren <newren@gmail.com>2023-10-08 06:45:27 +0000
committerJunio C Hamano <gitster@pobox.com>2023-10-09 12:06:47 -0700
commit5fbcdb2082ab5e154133048547c8f60c418b875c (patch)
tree50dc349e0c0065542f6999d08e6ab804a8d7bc16 /Documentation/git-remote-fd.txt
parent798cddfa513cec8084c9db2f7ba807dc1c9b3d44 (diff)
downloadgit-5fbcdb2082ab5e154133048547c8f60c418b875c.tar.gz
documentation: add missing parenthesis
Diff best viewed with --color-diff. Signed-off-by: Elijah Newren <newren@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-remote-fd.txt')
-rw-r--r--Documentation/git-remote-fd.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-remote-fd.txt b/Documentation/git-remote-fd.txt
index 94700b89be..1dd2648a79 100644
--- a/Documentation/git-remote-fd.txt
+++ b/Documentation/git-remote-fd.txt
@@ -19,7 +19,7 @@ If only <infd> is given, it is assumed to be a bidirectional socket connected
to a remote Git server (git-upload-pack, git-receive-pack, or
git-upload-archive). If both <infd> and <outfd> are given, they are assumed
to be pipes connected to a remote Git server (<infd> being the inbound pipe
-and <outfd> being the outbound pipe.
+and <outfd> being the outbound pipe).
It is assumed that any handshaking procedures have already been completed
(such as sending service request for git://) before this helper is started.