summaryrefslogtreecommitdiffstats
path: root/man7/gitfaq.7
diff options
context:
space:
mode:
Diffstat (limited to 'man7/gitfaq.7')
-rw-r--r--man7/gitfaq.710
1 files changed, 5 insertions, 5 deletions
diff --git a/man7/gitfaq.7 b/man7/gitfaq.7
index 424253024..7e427ef8e 100644
--- a/man7/gitfaq.7
+++ b/man7/gitfaq.7
@@ -2,12 +2,12 @@
.\" Title: gitfaq
.\" 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 "GITFAQ" "7" "03/21/2023" "Git 2\&.40\&.0\&.130\&.g27d43a" "Git Manual"
+.TH "GITFAQ" "7" "03/28/2023" "Git 2\&.40\&.0\&.141\&.g8d9035" "Git Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
@@ -137,7 +137,7 @@ Such a shell command can be specified by starting the option value with an excla
.\}
.nf
$ git config credential\&.helper \e
- \(aq!f() { echo username=author; echo "password=$GIT_TOKEN"; };f\(aq
+ \*(Aq!f() { echo username=author; echo "password=$GIT_TOKEN"; };f\*(Aq
.fi
.if n \{\
.RE
@@ -393,7 +393,7 @@ and
.\}
.nf
$ git rm \-\-cached AFile\&.txt
-$ git commit \-m \(aqRemove files conflicting in case\(aq
+$ git commit \-m \*(AqRemove files conflicting in case\*(Aq
$ git checkout \&.
.fi
.if n \{\