Skip to content

Commit

Permalink
documentation: add missing parenthesis
Browse files Browse the repository at this point in the history
Diff best viewed with --color-diff.

Signed-off-by: Elijah Newren <[email protected]>
  • Loading branch information
newren committed Oct 8, 2023
1 parent ed8de13 commit d0192cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/git-remote-fd.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit d0192cc

Please sign in to comment.