@@ -15,12 +15,12 @@ This remote helper uses the specified 'program' to connect
1515to a remote git server.
1616
1717Data written to stdin of this specified 'program' is assumed
18- to be sent to git:// server, git-upload-pack, git-receive-pack
18+ to be sent to a git:// server, git-upload-pack, git-receive-pack
1919or git-upload-archive (depending on situation), and data read
2020from stdout of this program is assumed to be received from
2121the same service.
2222
23- Command and arguments are separated by unescaped space.
23+ Command and arguments are separated by an unescaped space.
2424
2525The following sequences have a special meaning:
2626
@@ -39,19 +39,19 @@ The following sequences have a special meaning:
3939 git-upload-pack, or git-upload-archive) of the service
4040 git wants to invoke.
4141
42- '%G' (must be first characters in argument)::
42+ '%G' (must be the first characters in an argument)::
4343 This argument will not be passed to 'program'. Instead, it
44- will cause helper to start by sending git:// service request to
45- remote side with service field set to approiate value and
46- repository field set to rest of the argument. Default is not to send
47- such request.
44+ will cause the helper to start by sending git:// service requests to
45+ the remote side with the service field set to an appropriate value and
46+ the repository field set to rest of the argument. Default is not to send
47+ such a request.
4848+
4949This is useful if remote side is git:// server accessed over
5050some tunnel.
5151
5252'%V' (must be first characters in argument)::
5353 This argument will not be passed to 'program'. Instead it sets
54- the vhost field in git:// service request (to rest of the argument).
54+ the vhost field in the git:// service request (to rest of the argument).
5555 Default is not to send vhost in such request (if sent).
5656
5757ENVIRONMENT VARIABLES:
0 commit comments