From: Elijah Newren Date: Sun, 8 Oct 2023 06:45:27 +0000 (+0000) Subject: documentation: add missing parenthesis X-Git-Tag: v2.43.0-rc0~19^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5fbcdb2082ab5e154133048547c8f60c418b875c;p=thirdparty%2Fgit.git documentation: add missing parenthesis Diff best viewed with --color-diff. Signed-off-by: Elijah Newren Signed-off-by: Junio C Hamano --- 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 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 and are given, they are assumed to be pipes connected to a remote Git server ( being the inbound pipe -and being the outbound pipe. +and 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.