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.120
1 files changed, 10 insertions, 10 deletions
diff --git a/man1/git-config.1 b/man1/git-config.1
index 526ef4e08..0923ab639 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: 2024-04-05
+.\" Date: 2024-04-09
.\" Manual: Git Manual
-.\" Source: Git 2.44.0.501.g19981daefd
+.\" Source: Git 2.44.0.548.g91ec36f2cc
.\" Language: English
.\"
-.TH "GIT\-CONFIG" "1" "2024\-04\-05" "Git 2\&.44\&.0\&.501\&.g19981d" "Git Manual"
+.TH "GIT\-CONFIG" "1" "2024\-04\-09" "Git 2\&.44\&.0\&.548\&.g91ec36" "Git Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
@@ -2017,24 +2017,24 @@ clean\&.requireForce
A boolean to make git\-clean refuse to delete files unless \-f is given\&. Defaults to true\&.
.RE
.PP
-clone\&.defaultRemoteName
+\fBclone\&.defaultRemoteName\fR
.RS 4
The name of the remote to create when cloning a repository\&. Defaults to
-\fBorigin\fR, and can be overridden by passing the
+\fBorigin\fR\&. It can be overridden by passing the
\fB\-\-origin\fR
command\-line option to
\fBgit-clone\fR(1)\&.
.RE
.PP
-clone\&.rejectShallow
+\fBclone\&.rejectShallow\fR
.RS 4
Reject cloning a repository if it is a shallow one; this can be overridden by passing the
\fB\-\-reject\-shallow\fR
option on the command line\&. See
-\fBgit-clone\fR(1)
+\fBgit-clone\fR(1)\&.
.RE
.PP
-clone\&.filterSubmodules
+\fBclone\&.filterSubmodules\fR
.RS 4
If a partial clone filter is provided (see
\fB\-\-filter\fR
@@ -6614,13 +6614,13 @@ If you enable
\fBgit fsck\fR\&.
.RE
.PP
-init\&.templateDir
+\fBinit\&.templateDir\fR
.RS 4
Specify the directory from which templates will be copied\&. (See the "TEMPLATE DIRECTORY" section of
\fBgit-init\fR(1)\&.)
.RE
.PP
-init\&.defaultBranch
+\fBinit\&.defaultBranch\fR
.RS 4
Allows overriding the default branch name e\&.g\&. when initializing a new repository\&.
.RE