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.118
1 files changed, 9 insertions, 9 deletions
diff --git a/man1/git-fetch.1 b/man1/git-fetch.1
index 03055fcc1..734eefd43 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-02-06
+.\" Date: 2024-02-08
.\" Manual: Git Manual
-.\" Source: Git 2.43.0.561.g235986be82
+.\" Source: Git 2.43.0.581.g5216f8f5c4
.\" Language: English
.\"
-.TH "GIT\-FETCH" "1" "2024\-02\-06" "Git 2\&.43\&.0\&.561\&.g235986" "Git Manual"
+.TH "GIT\-FETCH" "1" "2024\-02\-08" "Git 2\&.43\&.0\&.581\&.g5216f8" "Git Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
@@ -672,8 +672,8 @@ If there are a large number of similarly\-named remote repositories and you want
.RS 4
.\}
.nf
- [url "<actual url base>"]
- insteadOf = <other url base>
+ [url "<actual\-url\-base>"]
+ insteadOf = <other\-url\-base>
.fi
.if n \{\
.RE
@@ -703,8 +703,8 @@ If you want to rewrite URLs for push only, you can create a configuration sectio
.RS 4
.\}
.nf
- [url "<actual url base>"]
- pushInsteadOf = <other url base>
+ [url "<actual\-url\-base>"]
+ pushInsteadOf = <other\-url\-base>
.fi
.if n \{\
.RE
@@ -988,8 +988,8 @@ Pruning tags with \fB\-\-prune\-tags\fR also works when fetching a URL instead o
.nf
$ git fetch origin \-\-prune \-\-prune\-tags
$ git fetch origin \-\-prune \*(Aqrefs/tags/*:refs/tags/*\*(Aq
-$ git fetch <url of origin> \-\-prune \-\-prune\-tags
-$ git fetch <url of origin> \-\-prune \*(Aqrefs/tags/*:refs/tags/*\*(Aq
+$ git fetch <url\-of\-origin> \-\-prune \-\-prune\-tags
+$ git fetch <url\-of\-origin> \-\-prune \*(Aqrefs/tags/*:refs/tags/*\*(Aq
.fi
.if n \{\
.RE