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.159
1 files changed, 56 insertions, 3 deletions
diff --git a/man1/git-config.1 b/man1/git-config.1
index 8fbcdbdc7..9734ee9d9 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: 10/28/2022
+.\" Date: 11/04/2022
.\" Manual: Git Manual
-.\" Source: Git 2.38.1.280.g63bba4fdd8
+.\" Source: Git 2.38.1.385.g3b08839926
.\" Language: English
.\"
-.TH "GIT\-CONFIG" "1" "10/28/2022" "Git 2\&.38\&.1\&.280\&.g63bba4" "Git Manual"
+.TH "GIT\-CONFIG" "1" "11/04/2022" "Git 2\&.38\&.1\&.385\&.g3b0883" "Git Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
@@ -2941,6 +2941,46 @@ option in
\fBgit-instaweb\fR(1))\&.
.RE
.PP
+bundle\&.*
+.RS 4
+The
+\fBbundle\&.*\fR
+keys may appear in a bundle list file found via the
+\fBgit clone \-\-bundle\-uri\fR
+option\&. These keys currently have no effect if placed in a repository config file, though this will change in the future\&. See
+\m[blue]\fBthe bundle URI design document\fR\m[]\&\s-2\u[1]\d\s+2
+for more details\&.
+.RE
+.PP
+bundle\&.version
+.RS 4
+This integer value advertises the version of the bundle list format used by the bundle list\&. Currently, the only accepted value is
+\fB1\fR\&.
+.RE
+.PP
+bundle\&.mode
+.RS 4
+This string value should be either
+\fBall\fR
+or
+\fBany\fR\&. This value describes whether all of the advertised bundles are required to unbundle a complete understanding of the bundled information (\fBall\fR) or if any one of the listed bundle URIs is sufficient (\fBany\fR)\&.
+.RE
+.PP
+bundle\&.<id>\&.*
+.RS 4
+The
+\fBbundle\&.<id>\&.*\fR
+keys are used to describe a single item in the bundle list, grouped under
+\fB<id>\fR
+for identification purposes\&.
+.RE
+.PP
+bundle\&.<id>\&.uri
+.RS 4
+This string value defines the URI by which Git can reach the contents of this
+\fB<id>\fR\&. This URI may be a bundle file or another bundle list\&.
+.RE
+.PP
checkout\&.defaultRemote
.RS 4
When you run
@@ -4739,6 +4779,13 @@ value will cause fsck to die, but doing the same for
and
\fBfetch\&.fsck\&.<msg\-id>\fR
will only cause git to warn\&.
+.sp
+See
+\fBFsck Messages\fR
+section of
+\fBgit-fsck\fR(1)
+for supported values of
+\fB<msg\-id>\fR\&.
.RE
.PP
fsck\&.skipList
@@ -9669,3 +9716,9 @@ and running \fBgit config section\&.Subsection\&.key value2\fR will result in
.SH "GIT"
.sp
Part of the \fBgit\fR(1) suite
+.SH "NOTES"
+.IP " 1." 4
+the bundle URI design document
+.RS 4
+\%git-htmldocs/technical/bundle-uri.html
+.RE