summaryrefslogtreecommitdiffstats
path: root/man1/git.1
diff options
context:
space:
mode:
Diffstat (limited to 'man1/git.1')
-rw-r--r--man1/git.112
1 files changed, 6 insertions, 6 deletions
diff --git a/man1/git.1 b/man1/git.1
index 12d2808a4..cb83e1b16 100644
--- a/man1/git.1
+++ b/man1/git.1
@@ -2,12 +2,12 @@
.\" Title: git
.\" Author: [see the "Authors" section]
.\" 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" "1" "03/21/2023" "Git 2\&.40\&.0\&.130\&.g27d43a" "Git Manual"
+.TH "GIT" "1" "03/28/2023" "Git 2\&.40\&.0\&.141\&.g8d9035" "Git Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
@@ -1306,12 +1306,12 @@ Git uses a simple text format to store customizations that are per repository an
.\}
.nf
#
-# A \(aq#\(aq or \(aq;\(aq character indicates a comment\&.
+# A \*(Aq#\*(Aq or \*(Aq;\*(Aq character indicates a comment\&.
#
; core variables
[core]
- ; Don\(aqt trust file modes
+ ; Don\*(Aqt trust file modes
filemode = false
; user identity
@@ -1928,7 +1928,7 @@ By default, when tracing is activated, Git redacts the values of cookies, the "A
\fBGIT_LITERAL_PATHSPECS\fR
.RS 4
Setting this Boolean environment variable to true will cause Git to treat all pathspecs literally, rather than as glob patterns\&. For example, running
-\fBGIT_LITERAL_PATHSPECS=1 git log \-\- \(aq*\&.c\(aq\fR
+\fBGIT_LITERAL_PATHSPECS=1 git log \-\- \*(Aq*\&.c\*(Aq\fR
will search for commits that touch the path
\fB*\&.c\fR, not any paths that the glob
\fB*\&.c\fR