summaryrefslogtreecommitdiffstats
path: root/man1/git-config.1
diff options
context:
space:
mode:
Diffstat (limited to 'man1/git-config.1')
-rw-r--r--man1/git-config.148
1 files changed, 24 insertions, 24 deletions
diff --git a/man1/git-config.1 b/man1/git-config.1
index b3a5527b4..0a652da4e 100644
--- a/man1/git-config.1
+++ b/man1/git-config.1
@@ -2,12 +2,12 @@
.\" Title: git-config
.\" 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\-CONFIG" "1" "03/21/2023" "Git 2\&.40\&.0\&.130\&.g27d43a" "Git Manual"
+.TH "GIT\-CONFIG" "1" "03/28/2023" "Git 2\&.40\&.0\&.141\&.g8d9035" "Git Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
@@ -315,10 +315,10 @@ as an exact string instead of a regular expression\&. This will restrict the nam
.RS 4
\fIgit config\fR
will ensure that any input or output is valid under the given type constraint(s), and will canonicalize outgoing values in
-\fB<type>\fR\(aqs canonical form\&.
+\fB<type>\fR\*(Aqs canonical form\&.
.sp
Valid
-\fB<type>\fR\(aqs include:
+\fB<type>\fR\*(Aqs include:
.sp
.RS 4
.ie n \{\
@@ -641,13 +641,13 @@ Given a \&.git/config like this:
.nf
#
# This is the config file, and
-# a \(aq#\(aq or \(aq;\(aq character indicates
+# 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
; Our diff algorithm
@@ -691,7 +691,7 @@ The hypothetical proxy command entries actually have a postfix to discern what U
.RS 4
.\}
.nf
-% git config core\&.gitproxy \(aq"ssh" for kernel\&.org\(aq \(aqfor kernel\&.org$\(aq
+% git config core\&.gitproxy \*(Aq"ssh" for kernel\&.org\*(Aq \*(Aqfor kernel\&.org$\*(Aq
.fi
.if n \{\
.RE
@@ -786,7 +786,7 @@ However, if you really only want to replace the line for the default proxy, i\&.
.RS 4
.\}
.nf
-% git config core\&.gitproxy ssh \(aq! for \(aq
+% git config core\&.gitproxy ssh \*(Aq! for \*(Aq
.fi
.if n \{\
.RE
@@ -799,7 +799,7 @@ To actually match only values with an exclamation mark, you have to
.RS 4
.\}
.nf
-% git config section\&.key value \(aq[!]\(aq
+% git config section\&.key value \*(Aq[!]\*(Aq
.fi
.if n \{\
.RE
@@ -812,7 +812,7 @@ To add a new proxy, without altering any of the existing ones, use
.RS 4
.\}
.nf
-% git config \-\-add core\&.gitproxy \(aq"proxy\-command" for example\&.com\(aq
+% git config \-\-add core\&.gitproxy \*(Aq"proxy\-command" for example\&.com\*(Aq
.fi
.if n \{\
.RE
@@ -855,7 +855,7 @@ http\&.sslverify false
.sp
.SH "CONFIGURATION FILE"
.sp
-The Git configuration file contains a number of variables that affect the Git commands\(aq behavior\&. The files \fB\&.git/config\fR and optionally \fBconfig\&.worktree\fR (see the "CONFIGURATION FILE" section of \fBgit-worktree\fR(1)) in each repository are used to store the configuration for that repository, and \fB$HOME/\&.gitconfig\fR is used to store a per\-user configuration as fallback values for the \fB\&.git/config\fR file\&. The file \fB/etc/gitconfig\fR can be used to store a system\-wide default configuration\&.
+The Git configuration file contains a number of variables that affect the Git commands\*(Aq behavior\&. The files \fB\&.git/config\fR and optionally \fBconfig\&.worktree\fR (see the "CONFIGURATION FILE" section of \fBgit-worktree\fR(1)) in each repository are used to store the configuration for that repository, and \fB$HOME/\&.gitconfig\fR is used to store a per\-user configuration as fallback values for the \fB\&.git/config\fR file\&. The file \fB/etc/gitconfig\fR can be used to store a system\-wide default configuration\&.
.sp
The configuration variables are used by both the Git plumbing and the porcelains\&. The variables are divided into sections, wherein the fully qualified variable name of the variable itself is the last dot\-separated segment and the section name is everything before the last dot\&. The variable names are case\-insensitive, allow only alphanumeric characters and \fB\-\fR, and must start with an alphabetic character\&. Some variables may appear multiple times; we say then that the variable is multivalued\&.
.SS "Syntax"
@@ -1076,7 +1076,7 @@ Note that "\&.\&./" is not special and will match literally, which is unlikely w
.nf
# Core variables
[core]
- ; Don\(aqt trust file modes
+ ; Don\*(Aqt trust file modes
filemode = false
# Our diff algorithm
@@ -1824,7 +1824,7 @@ core\&.alternateRefsCommand
.RS 4
When advertising tips of available history from an alternate, use the shell to execute the specified command instead of
\fBgit-for-each-ref\fR(1)\&. The first argument is the absolute path of the alternate\&. Output must contain one hex object id per line (i\&.e\&., the same as produced by
-\fBgit for\-each\-ref \-\-format=\(aq%(objectname)\(aq\fR)\&.
+\fBgit for\-each\-ref \-\-format=\*(Aq%(objectname)\*(Aq\fR)\&.
.sp
Note that you cannot generally put
\fBgit for\-each\-ref\fR
@@ -2538,7 +2538,7 @@ especially on filesystems like NFS that have weak caching semantics and thus rel
.PP
core\&.unsetenvvars
.RS 4
-Windows\-only: comma\-separated list of environment variables\(aq names that need to be unset before spawning any other process\&. Defaults to
+Windows\-only: comma\-separated list of environment variables\*(Aq names that need to be unset before spawning any other process\&. Defaults to
\fBPERL5LIB\fR
to account for the fact that Git for Windows insists on using its own Perl interpreter\&.
.RE
@@ -2641,7 +2641,7 @@ is deprecated, as it does not follow the usual naming convention for configurati
add\&.interactive\&.useBuiltin
.RS 4
Unused configuration variable\&. Used in Git versions v2\&.25\&.0 to v2\&.36\&.0 to enable the built\-in version of
-\fBgit-add\fR(1)\(aqs interactive mode, which then became the default in Git versions v2\&.37\&.0 to v2\&.39\&.0\&.
+\fBgit-add\fR(1)\*(Aqs interactive mode, which then became the default in Git versions v2\&.37\&.0 to v2\&.39\&.0\&.
.RE
.PP
alias\&.*
@@ -2853,7 +2853,7 @@ for fetching and
for pushing\&. Additionally,
\fB\&.\fR
(a period) is the current local repository (a dot\-repository), see
-\fBbranch\&.<name>\&.merge\fR\(aqs final note below\&.
+\fBbranch\&.<name>\&.merge\fR\*(Aqs final note below\&.
.RE
.PP
branch\&.<name>\&.pushRemote
@@ -4036,7 +4036,7 @@ Use ECMerge (requires a graphical session)
.PP
\fBemerge\fR
.RS 4
-Use Emacs\(aq Emerge
+Use Emacs\*(Aq Emerge
.RE
.PP
\fBexamdiff\fR
@@ -6449,7 +6449,7 @@ log\&.date
Set the default date\-time mode for the
\fIlog\fR
command\&. Setting a value for log\&.date is similar to using
-\fIgit log\fR\(aqs
+\fIgit log\fR\*(Aqs
\fB\-\-date\fR
option\&. See
\fBgit-log\fR(1)
@@ -6887,7 +6887,7 @@ Use ECMerge (requires a graphical session)
.PP
\fBemerge\fR
.RS 4
-Use Emacs\(aq Emerge
+Use Emacs\*(Aq Emerge
.RE
.PP
\fBexamdiff\fR
@@ -6903,7 +6903,7 @@ Use Guiffy\(cqs Diff Tool (requires a graphical session)
\fBgvimdiff\fR
.RS 4
Use gVim (requires a graphical session) with a custom layout (see
-\fBgit help mergetool\fR\(aqs
+\fBgit help mergetool\fR\*(Aqs
\fBBACKEND SPECIFIC HINTS\fR
section)
.RE
@@ -6933,7 +6933,7 @@ Use KDiff3 (requires a graphical session)
Use Meld (requires a graphical session) with optional
\fBauto merge\fR
(see
-\fBgit help mergetool\fR\(aqs
+\fBgit help mergetool\fR\*(Aqs
\fBCONFIGURATION\fR
section)
.RE
@@ -6941,7 +6941,7 @@ section)
\fBnvimdiff\fR
.RS 4
Use Neovim with a custom layout (see
-\fBgit help mergetool\fR\(aqs
+\fBgit help mergetool\fR\*(Aqs
\fBBACKEND SPECIFIC HINTS\fR
section)
.RE
@@ -6989,7 +6989,7 @@ Use TortoiseMerge (requires a graphical session)
\fBvimdiff\fR
.RS 4
Use Vim with a custom layout (see
-\fBgit help mergetool\fR\(aqs
+\fBgit help mergetool\fR\*(Aqs
\fBBACKEND SPECIFIC HINTS\fR
section)
.RE