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.114
1 files changed, 7 insertions, 7 deletions
diff --git a/man1/git-fetch.1 b/man1/git-fetch.1
index 53eafa958..155d228cb 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: 03/21/2023
+.\" Date: 03/28/2023
.\" Manual: Git Manual
-.\" Source: Git 2.40.0.130.g27d43aaaf5
+.\" Source: Git 2.40.0.141.g8d90352acc
.\" Language: English
.\"
-.TH "GIT\-FETCH" "1" "03/21/2023" "Git 2\&.40\&.0\&.130\&.g27d43a" "Git Manual"
+.TH "GIT\-FETCH" "1" "03/28/2023" "Git 2\&.40\&.0\&.141\&.g8d9035" "Git Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
@@ -927,7 +927,7 @@ These remote\-tracking references can be deleted as a one\-off with either of:
# While fetching
$ git fetch \-\-prune <name>
-# Only prune, don\(aqt fetch
+# Only prune, don\*(Aqt fetch
$ git remote prune <name>
.fi
.if n \{\
@@ -954,7 +954,7 @@ The \fB\-\-prune\-tags\fR option is equivalent to having \fBrefs/tags/*:refs/tag
.\}
.nf
# These both fetch tags
-$ git fetch \-\-no\-tags origin \(aqrefs/tags/*:refs/tags/*\(aq
+$ git fetch \-\-no\-tags origin \*(Aqrefs/tags/*:refs/tags/*\*(Aq
$ git fetch \-\-no\-tags \-\-prune\-tags origin
.fi
.if n \{\
@@ -973,9 +973,9 @@ 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 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 \*(Aqrefs/tags/*:refs/tags/*\*(Aq
.fi
.if n \{\
.RE