]> git.ipfire.org Git - thirdparty/git.git/commitdiff
documentation: add missing parenthesis
authorElijah Newren <newren@gmail.com>
Sun, 8 Oct 2023 06:45:27 +0000 (06:45 +0000)
committerJunio C Hamano <gitster@pobox.com>
Mon, 9 Oct 2023 19:06:47 +0000 (12:06 -0700)
Diff best viewed with --color-diff.

Signed-off-by: Elijah Newren <newren@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-remote-fd.txt

index 94700b89be99b7dbc39306188fce82f9f0f11481..1dd2648a7904bb73c626019e9ab66e0db009ecf5 100644 (file)
@@ -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.