summaryrefslogtreecommitdiffstats
path: root/man1/git-pull.1
diff options
context:
space:
mode:
Diffstat (limited to 'man1/git-pull.1')
-rw-r--r--man1/git-pull.114
1 files changed, 7 insertions, 7 deletions
diff --git a/man1/git-pull.1 b/man1/git-pull.1
index 3b0f228e2..54054650f 100644
--- a/man1/git-pull.1
+++ b/man1/git-pull.1
@@ -2,12 +2,12 @@
.\" Title: git-pull
.\" 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\-PULL" "1" "2024\-02\-06" "Git 2\&.43\&.0\&.561\&.g235986" "Git Manual"
+.TH "GIT\-PULL" "1" "2024\-02\-08" "Git 2\&.43\&.0\&.581\&.g5216f8" "Git Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
@@ -849,8 +849,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
@@ -880,8 +880,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