summaryrefslogtreecommitdiffstats
path: root/man1/git-fetch.1
diff options
context:
space:
mode:
Diffstat (limited to 'man1/git-fetch.1')
-rw-r--r--man1/git-fetch.116
1 files changed, 8 insertions, 8 deletions
diff --git a/man1/git-fetch.1 b/man1/git-fetch.1
index 1cdddf6a1..4b283a7b0 100644
--- a/man1/git-fetch.1
+++ b/man1/git-fetch.1
@@ -2,12 +2,12 @@
.\" Title: git-fetch
.\" Author: [FIXME: author] [see http://www.docbook.org/tdg5/en/html/author]
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
-.\" Date: 2024-03-18
+.\" Date: 2024-03-21
.\" Manual: Git Manual
-.\" Source: Git 2.44.0.279.g3bd955d269
+.\" Source: Git 2.44.0.325.g11c821f2f2
.\" Language: English
.\"
-.TH "GIT\-FETCH" "1" "2024\-03\-18" "Git 2\&.44\&.0\&.279\&.g3bd955" "Git Manual"
+.TH "GIT\-FETCH" "1" "2024\-03\-21" "Git 2\&.44\&.0\&.325\&.g11c821" "Git Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
@@ -647,11 +647,11 @@ For local repositories, also supported by Git natively, the following syntaxes m
file:///path/to/repo\&.git/
.RE
.sp
-These two syntaxes are mostly equivalent, except when cloning, when the former implies \-\-local option\&. See \fBgit-clone\fR(1) for details\&.
+These two syntaxes are mostly equivalent, except when cloning, when the former implies \fB\-\-local\fR option\&. See \fBgit-clone\fR(1) for details\&.
.sp
-\fIgit clone\fR, \fIgit fetch\fR and \fIgit pull\fR, but not \fIgit push\fR, will also accept a suitable bundle file\&. See \fBgit-bundle\fR(1)\&.
+\fBgit clone\fR, \fBgit fetch\fR and \fBgit pull\fR, but not \fBgit push\fR, will also accept a suitable bundle file\&. See \fBgit-bundle\fR(1)\&.
.sp
-When Git doesn\(cqt know how to handle a certain transport protocol, it attempts to use the \fIremote\-<transport>\fR remote helper, if one exists\&. To explicitly request a remote helper, the following syntax may be used:
+When Git doesn\(cqt know how to handle a certain transport protocol, it attempts to use the \fBremote\-<transport>\fR remote helper, if one exists\&. To explicitly request a remote helper, the following syntax may be used:
.sp
.RS 4
.ie n \{\
@@ -661,10 +661,10 @@ When Git doesn\(cqt know how to handle a certain transport protocol, it attempts
.sp -1
.IP \(bu 2.3
.\}
-<transport>::<address>
+\fI<transport>\fR::_<address>_
.RE
.sp
-where <address> may be a path, a server and path, or an arbitrary URL\-like string recognized by the specific remote helper being invoked\&. See \fBgitremote-helpers\fR(7) for details\&.
+where \fI<address>\fR may be a path, a server and path, or an arbitrary URL\-like string recognized by the specific remote helper being invoked\&. See \fBgitremote-helpers\fR(7) for details\&.
.sp
If there are a large number of similarly\-named remote repositories and you want to use a different format for them (such that the URLs you use will be rewritten into URLs that work), you can create a configuration section of the form:
.sp