mirror of
https://github.com/git/git.git
synced 2024-12-03 23:14:23 +08:00
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>
This commit is contained in:
parent
798cddfa51
commit
5fbcdb2082
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user