summaryrefslogtreecommitdiffstats
path: root/man1/git-remote-ext.1
diff options
context:
space:
mode:
Diffstat (limited to 'man1/git-remote-ext.1')
-rw-r--r--man1/git-remote-ext.116
1 files changed, 8 insertions, 8 deletions
diff --git a/man1/git-remote-ext.1 b/man1/git-remote-ext.1
index c9fbe83ca..5dc90f55c 100644
--- a/man1/git-remote-ext.1
+++ b/man1/git-remote-ext.1
@@ -2,12 +2,12 @@
.\" Title: git-remote-ext
.\" Author: [FIXME: author] [see http://www.docbook.org/tdg5/en/html/author]
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
-.\" Date: 2023-10-20
+.\" Date: 2023-10-23
.\" Manual: Git Manual
-.\" Source: Git 2.42.0.424.gceadf0f3cf
+.\" Source: Git 2.42.0.482.g2e8e77cbac
.\" Language: English
.\"
-.TH "GIT\-REMOTE\-EXT" "1" "2023\-10\-20" "Git 2\&.42\&.0\&.424\&.gceadf0" "Git Manual"
+.TH "GIT\-REMOTE\-EXT" "1" "2023\-10\-23" "Git 2\&.42\&.0\&.482\&.g2e8e77" "Git Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
@@ -68,15 +68,15 @@ Replaced with long name (git\-receive\-pack, git\-upload\-pack, or git\-upload\-
\fI%G\fR (must be the first characters in an argument)
.RS 4
This argument will not be passed to
-\fI<command>\fR\&. Instead, it will cause the helper to start by sending git:// service requests to the remote side with the service field set to an appropriate value and the repository field set to rest of the argument\&. Default is not to send such a request\&.
+\fI<command>\fR\&. Instead, it will cause the helper to start by sending git:// service requests to the remote side with the service field set to an appropriate value and the repository field set to the rest of the argument\&. Default is not to send such a request\&.
.sp
-This is useful if remote side is git:// server accessed over some tunnel\&.
+This is useful if the remote side is git:// server accessed over some tunnel\&.
.RE
.PP
\fI%V\fR (must be first characters in argument)
.RS 4
This argument will not be passed to
-\fI<command>\fR\&. Instead it sets the vhost field in the git:// service request (to rest of the argument)\&. Default is not to send vhost in such request (if sent)\&.
+\fI<command>\fR\&. Instead it sets the vhost field in the git:// service request (to the rest of the argument)\&. Default is not to send vhost in such request (if sent)\&.
.RE
.SH "ENVIRONMENT VARIABLES"
.PP
@@ -101,12 +101,12 @@ This remote helper is transparently used by Git when you use commands such as "g
.PP
"ext::ssh \-i /home/foo/\&.ssh/somekey user@host\&.example %S \fIfoo/repo\fR"
.RS 4
-Like host\&.example:foo/repo, but use /home/foo/\&.ssh/somekey as keypair and user as user on remote side\&. This avoids needing to edit \&.ssh/config\&.
+Like host\&.example:foo/repo, but use /home/foo/\&.ssh/somekey as keypair and user as the user on the remote side\&. This avoids the need to edit \&.ssh/config\&.
.RE
.PP
"ext::socat \-t3600 \- ABSTRACT\-CONNECT:/git\-server %G/somerepo"
.RS 4
-Represents repository with path /somerepo accessible over git protocol at abstract namespace address /git\-server\&.
+Represents repository with path /somerepo accessible over git protocol at the abstract namespace address /git\-server\&.
.RE
.PP
"ext::git\-server\-alias foo %G/repo"