summaryrefslogtreecommitdiffstats
path: root/man5
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2024-01-12 16:30:29 -0800
committerJunio C Hamano <gitster@pobox.com>2024-01-12 16:30:29 -0800
commit743cd29163e7018cf03a78b177e8063ab27f53d6 (patch)
tree7988e39f37cc133f9f592f2cd5a1f378f2286700 /man5
parenta2a1fce3df46f03d9e1ee4aaa0d9271812a84ddb (diff)
downloadgit-manpages-743cd29163e7018cf03a78b177e8063ab27f53d6.tar.gz
Autogenerated manpages for v2.43.0-334-gd4dbc
Diffstat (limited to 'man5')
-rw-r--r--man5/gitattributes.512
-rw-r--r--man5/gitformat-bundle.56
-rw-r--r--man5/gitformat-chunk.56
-rw-r--r--man5/gitformat-commit-graph.56
-rw-r--r--man5/gitformat-index.56
-rw-r--r--man5/gitformat-pack.5130
-rw-r--r--man5/gitformat-signature.56
-rw-r--r--man5/githooks.56
-rw-r--r--man5/gitignore.56
-rw-r--r--man5/gitmailmap.56
-rw-r--r--man5/gitmodules.56
-rw-r--r--man5/gitprotocol-capabilities.56
-rw-r--r--man5/gitprotocol-common.56
-rw-r--r--man5/gitprotocol-http.56
-rw-r--r--man5/gitprotocol-pack.56
-rw-r--r--man5/gitprotocol-v2.56
-rw-r--r--man5/gitrepository-layout.56
-rw-r--r--man5/gitweb.conf.56
18 files changed, 184 insertions, 54 deletions
diff --git a/man5/gitattributes.5 b/man5/gitattributes.5
index 4c25f2b2d..c296f1688 100644
--- a/man5/gitattributes.5
+++ b/man5/gitattributes.5
@@ -2,12 +2,12 @@
.\" Title: gitattributes
.\" Author: [FIXME: author] [see http://www.docbook.org/tdg5/en/html/author]
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
-.\" Date: 2024-01-08
+.\" Date: 2024-01-12
.\" Manual: Git Manual
-.\" Source: Git 2.43.0.283.ga54a84b333
+.\" Source: Git 2.43.0.334.gd4dbce1db5
.\" Language: English
.\"
-.TH "GITATTRIBUTES" "5" "2024\-01\-08" "Git 2\&.43\&.0\&.283\&.ga54a84" "Git Manual"
+.TH "GITATTRIBUTES" "5" "2024\-01\-12" "Git 2\&.43\&.0\&.334\&.gd4dbce" "Git Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
@@ -113,6 +113,12 @@ When the \fB\&.gitattributes\fR file is missing from the work tree, the path in
If you wish to affect only a single repository (i\&.e\&., to assign attributes to files that are particular to one user\(cqs workflow for that repository), then attributes should be placed in the \fB$GIT_DIR/info/attributes\fR file\&. Attributes which should be version\-controlled and distributed to other repositories (i\&.e\&., attributes of interest to all users) should go into \fB\&.gitattributes\fR files\&. Attributes that should affect all repositories for a single user should be placed in a file specified by the \fBcore\&.attributesFile\fR configuration option (see \fBgit-config\fR(1))\&. Its default value is $XDG_CONFIG_HOME/git/attributes\&. If $XDG_CONFIG_HOME is either not set or empty, $HOME/\&.config/git/attributes is used instead\&. Attributes for all users on a system should be placed in the \fB$(prefix)/etc/gitattributes\fR file\&.
.sp
Sometimes you would need to override a setting of an attribute for a path to \fBUnspecified\fR state\&. This can be done by listing the name of the attribute prefixed with an exclamation point \fB!\fR\&.
+.SH "RESERVED BUILTIN_* ATTRIBUTES"
+.sp
+builtin_* is a reserved namespace for builtin attribute values\&. Any user defined attributes under this namespace will be ignored and trigger a warning\&.
+.SS "\fBbuiltin_objectmode\fR"
+.sp
+This attribute is for filtering files by their file bit modes (40000, 120000, 160000, 100755, 100644)\&. e\&.g\&. \fI:(attr:builtin_objectmode=160000)\fR\&. You may also check these values with \fBgit check\-attr builtin_objectmode \-\- <file>\fR\&. If the object is not in the index \fBgit check\-attr \-\-cached\fR will return unspecified\&.
.SH "EFFECTS"
.sp
Certain operations by Git can be influenced by assigning particular attributes to a path\&. Currently, the following operations are attributes\-aware\&.
diff --git a/man5/gitformat-bundle.5 b/man5/gitformat-bundle.5
index 757c556bb..be8d4e214 100644
--- a/man5/gitformat-bundle.5
+++ b/man5/gitformat-bundle.5
@@ -2,12 +2,12 @@
.\" Title: gitformat-bundle
.\" Author: [FIXME: author] [see http://www.docbook.org/tdg5/en/html/author]
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
-.\" Date: 2024-01-08
+.\" Date: 2024-01-12
.\" Manual: Git Manual
-.\" Source: Git 2.43.0.283.ga54a84b333
+.\" Source: Git 2.43.0.334.gd4dbce1db5
.\" Language: English
.\"
-.TH "GITFORMAT\-BUNDLE" "5" "2024\-01\-08" "Git 2\&.43\&.0\&.283\&.ga54a84" "Git Manual"
+.TH "GITFORMAT\-BUNDLE" "5" "2024\-01\-12" "Git 2\&.43\&.0\&.334\&.gd4dbce" "Git Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
diff --git a/man5/gitformat-chunk.5 b/man5/gitformat-chunk.5
index 0471be3f5..27b0f39dd 100644
--- a/man5/gitformat-chunk.5
+++ b/man5/gitformat-chunk.5
@@ -2,12 +2,12 @@
.\" Title: gitformat-chunk
.\" Author: [FIXME: author] [see http://www.docbook.org/tdg5/en/html/author]
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
-.\" Date: 2024-01-08
+.\" Date: 2024-01-12
.\" Manual: Git Manual
-.\" Source: Git 2.43.0.283.ga54a84b333
+.\" Source: Git 2.43.0.334.gd4dbce1db5
.\" Language: English
.\"
-.TH "GITFORMAT\-CHUNK" "5" "2024\-01\-08" "Git 2\&.43\&.0\&.283\&.ga54a84" "Git Manual"
+.TH "GITFORMAT\-CHUNK" "5" "2024\-01\-12" "Git 2\&.43\&.0\&.334\&.gd4dbce" "Git Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
diff --git a/man5/gitformat-commit-graph.5 b/man5/gitformat-commit-graph.5
index f65b1a909..9addb81f0 100644
--- a/man5/gitformat-commit-graph.5
+++ b/man5/gitformat-commit-graph.5
@@ -2,12 +2,12 @@
.\" Title: gitformat-commit-graph
.\" Author: [FIXME: author] [see http://www.docbook.org/tdg5/en/html/author]
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
-.\" Date: 2024-01-08
+.\" Date: 2024-01-12
.\" Manual: Git Manual
-.\" Source: Git 2.43.0.283.ga54a84b333
+.\" Source: Git 2.43.0.334.gd4dbce1db5
.\" Language: English
.\"
-.TH "GITFORMAT\-COMMIT\-GRAPH" "5" "2024\-01\-08" "Git 2\&.43\&.0\&.283\&.ga54a84" "Git Manual"
+.TH "GITFORMAT\-COMMIT\-GRAPH" "5" "2024\-01\-12" "Git 2\&.43\&.0\&.334\&.gd4dbce" "Git Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
diff --git a/man5/gitformat-index.5 b/man5/gitformat-index.5
index 2c79b3721..b76c9503a 100644
--- a/man5/gitformat-index.5
+++ b/man5/gitformat-index.5
@@ -2,12 +2,12 @@
.\" Title: gitformat-index
.\" Author: [FIXME: author] [see http://www.docbook.org/tdg5/en/html/author]
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
-.\" Date: 2024-01-08
+.\" Date: 2024-01-12
.\" Manual: Git Manual
-.\" Source: Git 2.43.0.283.ga54a84b333
+.\" Source: Git 2.43.0.334.gd4dbce1db5
.\" Language: English
.\"
-.TH "GITFORMAT\-INDEX" "5" "2024\-01\-08" "Git 2\&.43\&.0\&.283\&.ga54a84" "Git Manual"
+.TH "GITFORMAT\-INDEX" "5" "2024\-01\-12" "Git 2\&.43\&.0\&.334\&.gd4dbce" "Git Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
diff --git a/man5/gitformat-pack.5 b/man5/gitformat-pack.5
index 1b749b9b5..917e885e8 100644
--- a/man5/gitformat-pack.5
+++ b/man5/gitformat-pack.5
@@ -2,12 +2,12 @@
.\" Title: gitformat-pack
.\" Author: [FIXME: author] [see http://www.docbook.org/tdg5/en/html/author]
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
-.\" Date: 2024-01-08
+.\" Date: 2024-01-12
.\" Manual: Git Manual
-.\" Source: Git 2.43.0.283.ga54a84b333
+.\" Source: Git 2.43.0.334.gd4dbce1db5
.\" Language: English
.\"
-.TH "GITFORMAT\-PACK" "5" "2024\-01\-08" "Git 2\&.43\&.0\&.283\&.ga54a84" "Git Manual"
+.TH "GITFORMAT\-PACK" "5" "2024\-01\-12" "Git 2\&.43\&.0\&.334\&.gd4dbce" "Git Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
@@ -903,6 +903,23 @@ Packfile Names (ID: {\*(AqP\*(Aq, \*(AqN\*(Aq, \*(AqA\*(Aq, \*(AqM\*(Aq})
.RS 4
.\}
.nf
+Bitmapped Packfiles (ID: {\*(AqB\*(Aq, \*(AqT\*(Aq, \*(AqM\*(Aq, \*(AqP\*(Aq})
+ Stores a table of two 4\-byte unsigned integers in network order\&.
+ Each table entry corresponds to a single pack (in the order that
+ they appear above in the `PNAM` chunk)\&. The values for each table
+ entry are as follows:
+ \- The first bit position (in pseudo\-pack order, see below) to
+ contain an object from that pack\&.
+ \- The number of bits whose objects are selected from that pack\&.
+.fi
+.if n \{\
+.RE
+.\}
+.sp
+.if n \{\
+.RS 4
+.\}
+.nf
OID Fanout (ID: {\*(AqO\*(Aq, \*(AqI\*(Aq, \*(AqD\*(Aq, \*(AqF\*(Aq})
The ith entry, F[i], stores the number of OIDs with first
byte at most i\&. Thus F[255] stores the total
@@ -1059,6 +1076,113 @@ exactly when
In short, a MIDX\(cqs pseudo\-pack is the de\-duplicated concatenation of objects in packs stored by the MIDX, laid out in pack order, and the packs arranged in MIDX order (with the preferred pack coming first)\&.
.sp
The MIDX\(cqs reverse index is stored in the optional \fIRIDX\fR chunk within the MIDX itself\&.
+.SS "\fBBTMP\fR chunk"
+.sp
+The Bitmapped Packfiles (\fBBTMP\fR) chunk encodes additional information about the objects in the multi\-pack index\(cqs reachability bitmap\&. Recall that objects from the MIDX are arranged in "pseudo\-pack" order (see above) for reachability bitmaps\&.
+.sp
+From the example above, suppose we have packs "a", "b", and "c", with 10, 15, and 20 objects, respectively\&. In pseudo\-pack order, those would be arranged as follows:
+.sp
+.if n \{\
+.RS 4
+.\}
+.nf
+|a,0|a,1|\&.\&.\&.|a,9|b,0|b,1|\&.\&.\&.|b,14|c,0|c,1|\&.\&.\&.|c,19|
+.fi
+.if n \{\
+.RE
+.\}
+.sp
+When working with single\-pack bitmaps (or, equivalently, multi\-pack reachability bitmaps with a preferred pack), \fBgit-pack-objects\fR(1) performs \(lqverbatim\(rq reuse, attempting to reuse chunks of the bitmapped or preferred packfile instead of adding objects to the packing list\&.
+.sp
+When a chunk of bytes is reused from an existing pack, any objects contained therein do not need to be added to the packing list, saving memory and CPU time\&. But a chunk from an existing packfile can only be reused when the following conditions are met:
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+The chunk contains only objects which were requested by the caller (i\&.e\&. does not contain any objects which the caller didn\(cqt ask for explicitly or implicitly)\&.
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+All objects stored in non\-thin packs as offset\- or reference\-deltas also include their base object in the resulting pack\&.
+.RE
+.sp
+The \fBBTMP\fR chunk encodes the necessary information in order to implement multi\-pack reuse over a set of packfiles as described above\&. Specifically, the \fBBTMP\fR chunk encodes three pieces of information (all 32\-bit unsigned integers in network byte\-order) for each packfile \fBp\fR that is stored in the MIDX, as follows:
+.PP
+\fBbitmap_pos\fR
+.RS 4
+The first bit position (in pseudo\-pack order) in the multi\-pack index\(cqs reachability bitmap occupied by an object from
+\fBp\fR\&.
+.RE
+.PP
+\fBbitmap_nr\fR
+.RS 4
+The number of bit positions (including the one at
+\fBbitmap_pos\fR) that encode objects from that pack
+\fBp\fR\&.
+.RE
+.sp
+For example, the \fBBTMP\fR chunk corresponding to the above example (with packs \(lqa\(rq, \(lqb\(rq, and \(lqc\(rq) would look like:
+.TS
+allbox tab(:);
+lt lt lt
+lt lt lt
+lt lt lt
+lt lt lt.
+T{
+.sp
+T}:T{
+.sp
+\fBbitmap_pos\fR
+T}:T{
+.sp
+\fBbitmap_nr\fR
+T}
+T{
+.sp
+packfile \(lqa\(rq
+T}:T{
+.sp
+\fB0\fR
+T}:T{
+.sp
+\fB10\fR
+T}
+T{
+.sp
+packfile \(lqb\(rq
+T}:T{
+.sp
+\fB10\fR
+T}:T{
+.sp
+\fB15\fR
+T}
+T{
+.sp
+packfile \(lqc\(rq
+T}:T{
+.sp
+\fB25\fR
+T}:T{
+.sp
+\fB20\fR
+T}
+.TE
+.sp 1
+.sp
+With this information in place, we can treat each packfile as individually reusable in the same fashion as verbatim pack reuse is performed on individual packs prior to the implementation of the \fBBTMP\fR chunk\&.
.SH "CRUFT PACKS"
.sp
The cruft packs feature offer an alternative to Git\(cqs traditional mechanism of removing unreachable objects\&. This document provides an overview of Git\(cqs pruning mechanism, and how a cruft pack can be used instead to accomplish the same\&.
diff --git a/man5/gitformat-signature.5 b/man5/gitformat-signature.5
index 594e6410a..79fb83414 100644
--- a/man5/gitformat-signature.5
+++ b/man5/gitformat-signature.5
@@ -2,12 +2,12 @@
.\" Title: gitformat-signature
.\" Author: [FIXME: author] [see http://www.docbook.org/tdg5/en/html/author]
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
-.\" Date: 2024-01-08
+.\" Date: 2024-01-12
.\" Manual: Git Manual
-.\" Source: Git 2.43.0.283.ga54a84b333
+.\" Source: Git 2.43.0.334.gd4dbce1db5
.\" Language: English
.\"
-.TH "GITFORMAT\-SIGNATURE" "5" "2024\-01\-08" "Git 2\&.43\&.0\&.283\&.ga54a84" "Git Manual"
+.TH "GITFORMAT\-SIGNATURE" "5" "2024\-01\-12" "Git 2\&.43\&.0\&.334\&.gd4dbce" "Git Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
diff --git a/man5/githooks.5 b/man5/githooks.5
index 7b2bc27f8..d52d4ac2c 100644
--- a/man5/githooks.5
+++ b/man5/githooks.5
@@ -2,12 +2,12 @@
.\" Title: githooks
.\" Author: [FIXME: author] [see http://www.docbook.org/tdg5/en/html/author]
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
-.\" Date: 2024-01-08
+.\" Date: 2024-01-12
.\" Manual: Git Manual
-.\" Source: Git 2.43.0.283.ga54a84b333
+.\" Source: Git 2.43.0.334.gd4dbce1db5
.\" Language: English
.\"
-.TH "GITHOOKS" "5" "2024\-01\-08" "Git 2\&.43\&.0\&.283\&.ga54a84" "Git Manual"
+.TH "GITHOOKS" "5" "2024\-01\-12" "Git 2\&.43\&.0\&.334\&.gd4dbce" "Git Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
diff --git a/man5/gitignore.5 b/man5/gitignore.5
index 12779aafd..f52b03f49 100644
--- a/man5/gitignore.5
+++ b/man5/gitignore.5
@@ -2,12 +2,12 @@
.\" Title: gitignore
.\" Author: [FIXME: author] [see http://www.docbook.org/tdg5/en/html/author]
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
-.\" Date: 2024-01-08
+.\" Date: 2024-01-12
.\" Manual: Git Manual
-.\" Source: Git 2.43.0.283.ga54a84b333
+.\" Source: Git 2.43.0.334.gd4dbce1db5
.\" Language: English
.\"
-.TH "GITIGNORE" "5" "2024\-01\-08" "Git 2\&.43\&.0\&.283\&.ga54a84" "Git Manual"
+.TH "GITIGNORE" "5" "2024\-01\-12" "Git 2\&.43\&.0\&.334\&.gd4dbce" "Git Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
diff --git a/man5/gitmailmap.5 b/man5/gitmailmap.5
index 4fc02f5b8..02493f253 100644
--- a/man5/gitmailmap.5
+++ b/man5/gitmailmap.5
@@ -2,12 +2,12 @@
.\" Title: gitmailmap
.\" Author: [FIXME: author] [see http://www.docbook.org/tdg5/en/html/author]
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
-.\" Date: 2024-01-08
+.\" Date: 2024-01-12
.\" Manual: Git Manual
-.\" Source: Git 2.43.0.283.ga54a84b333
+.\" Source: Git 2.43.0.334.gd4dbce1db5
.\" Language: English
.\"
-.TH "GITMAILMAP" "5" "2024\-01\-08" "Git 2\&.43\&.0\&.283\&.ga54a84" "Git Manual"
+.TH "GITMAILMAP" "5" "2024\-01\-12" "Git 2\&.43\&.0\&.334\&.gd4dbce" "Git Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
diff --git a/man5/gitmodules.5 b/man5/gitmodules.5
index 1cb21fe3e..833a5b5a1 100644
--- a/man5/gitmodules.5
+++ b/man5/gitmodules.5
@@ -2,12 +2,12 @@
.\" Title: gitmodules
.\" Author: [FIXME: author] [see http://www.docbook.org/tdg5/en/html/author]
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
-.\" Date: 2024-01-08
+.\" Date: 2024-01-12
.\" Manual: Git Manual
-.\" Source: Git 2.43.0.283.ga54a84b333
+.\" Source: Git 2.43.0.334.gd4dbce1db5
.\" Language: English
.\"
-.TH "GITMODULES" "5" "2024\-01\-08" "Git 2\&.43\&.0\&.283\&.ga54a84" "Git Manual"
+.TH "GITMODULES" "5" "2024\-01\-12" "Git 2\&.43\&.0\&.334\&.gd4dbce" "Git Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
diff --git a/man5/gitprotocol-capabilities.5 b/man5/gitprotocol-capabilities.5
index ca7b313ec..c0b72e69a 100644
--- a/man5/gitprotocol-capabilities.5
+++ b/man5/gitprotocol-capabilities.5
@@ -2,12 +2,12 @@
.\" Title: gitprotocol-capabilities
.\" Author: [FIXME: author] [see http://www.docbook.org/tdg5/en/html/author]
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
-.\" Date: 2024-01-08
+.\" Date: 2024-01-12
.\" Manual: Git Manual
-.\" Source: Git 2.43.0.283.ga54a84b333
+.\" Source: Git 2.43.0.334.gd4dbce1db5
.\" Language: English
.\"
-.TH "GITPROTOCOL\-CAPABILITIES" "5" "2024\-01\-08" "Git 2\&.43\&.0\&.283\&.ga54a84" "Git Manual"
+.TH "GITPROTOCOL\-CAPABILITIES" "5" "2024\-01\-12" "Git 2\&.43\&.0\&.334\&.gd4dbce" "Git Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
diff --git a/man5/gitprotocol-common.5 b/man5/gitprotocol-common.5
index 1c30fa267..b24a405a3 100644
--- a/man5/gitprotocol-common.5
+++ b/man5/gitprotocol-common.5
@@ -2,12 +2,12 @@
.\" Title: gitprotocol-common
.\" Author: [FIXME: author] [see http://www.docbook.org/tdg5/en/html/author]
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
-.\" Date: 2024-01-08
+.\" Date: 2024-01-12
.\" Manual: Git Manual
-.\" Source: Git 2.43.0.283.ga54a84b333
+.\" Source: Git 2.43.0.334.gd4dbce1db5
.\" Language: English
.\"
-.TH "GITPROTOCOL\-COMMON" "5" "2024\-01\-08" "Git 2\&.43\&.0\&.283\&.ga54a84" "Git Manual"
+.TH "GITPROTOCOL\-COMMON" "5" "2024\-01\-12" "Git 2\&.43\&.0\&.334\&.gd4dbce" "Git Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
diff --git a/man5/gitprotocol-http.5 b/man5/gitprotocol-http.5
index e53e66c4d..ede47c5d6 100644
--- a/man5/gitprotocol-http.5
+++ b/man5/gitprotocol-http.5
@@ -2,12 +2,12 @@
.\" Title: gitprotocol-http
.\" Author: [FIXME: author] [see http://www.docbook.org/tdg5/en/html/author]
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
-.\" Date: 2024-01-08
+.\" Date: 2024-01-12
.\" Manual: Git Manual
-.\" Source: Git 2.43.0.283.ga54a84b333
+.\" Source: Git 2.43.0.334.gd4dbce1db5
.\" Language: English
.\"
-.TH "GITPROTOCOL\-HTTP" "5" "2024\-01\-08" "Git 2\&.43\&.0\&.283\&.ga54a84" "Git Manual"
+.TH "GITPROTOCOL\-HTTP" "5" "2024\-01\-12" "Git 2\&.43\&.0\&.334\&.gd4dbce" "Git Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
diff --git a/man5/gitprotocol-pack.5 b/man5/gitprotocol-pack.5
index d20722933..ef8823bf6 100644
--- a/man5/gitprotocol-pack.5
+++ b/man5/gitprotocol-pack.5
@@ -2,12 +2,12 @@
.\" Title: gitprotocol-pack
.\" Author: [FIXME: author] [see http://www.docbook.org/tdg5/en/html/author]
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
-.\" Date: 2024-01-08
+.\" Date: 2024-01-12
.\" Manual: Git Manual
-.\" Source: Git 2.43.0.283.ga54a84b333
+.\" Source: Git 2.43.0.334.gd4dbce1db5
.\" Language: English
.\"
-.TH "GITPROTOCOL\-PACK" "5" "2024\-01\-08" "Git 2\&.43\&.0\&.283\&.ga54a84" "Git Manual"
+.TH "GITPROTOCOL\-PACK" "5" "2024\-01\-12" "Git 2\&.43\&.0\&.334\&.gd4dbce" "Git Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
diff --git a/man5/gitprotocol-v2.5 b/man5/gitprotocol-v2.5
index cec8c057d..59e39a2c7 100644
--- a/man5/gitprotocol-v2.5
+++ b/man5/gitprotocol-v2.5
@@ -2,12 +2,12 @@
.\" Title: gitprotocol-v2
.\" Author: [FIXME: author] [see http://www.docbook.org/tdg5/en/html/author]
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
-.\" Date: 2024-01-08
+.\" Date: 2024-01-12
.\" Manual: Git Manual
-.\" Source: Git 2.43.0.283.ga54a84b333
+.\" Source: Git 2.43.0.334.gd4dbce1db5
.\" Language: English
.\"
-.TH "GITPROTOCOL\-V2" "5" "2024\-01\-08" "Git 2\&.43\&.0\&.283\&.ga54a84" "Git Manual"
+.TH "GITPROTOCOL\-V2" "5" "2024\-01\-12" "Git 2\&.43\&.0\&.334\&.gd4dbce" "Git Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
diff --git a/man5/gitrepository-layout.5 b/man5/gitrepository-layout.5
index 433399ae7..55364c83b 100644
--- a/man5/gitrepository-layout.5
+++ b/man5/gitrepository-layout.5
@@ -2,12 +2,12 @@
.\" Title: gitrepository-layout
.\" Author: [FIXME: author] [see http://www.docbook.org/tdg5/en/html/author]
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
-.\" Date: 2024-01-08
+.\" Date: 2024-01-12
.\" Manual: Git Manual
-.\" Source: Git 2.43.0.283.ga54a84b333
+.\" Source: Git 2.43.0.334.gd4dbce1db5
.\" Language: English
.\"
-.TH "GITREPOSITORY\-LAYOUT" "5" "2024\-01\-08" "Git 2\&.43\&.0\&.283\&.ga54a84" "Git Manual"
+.TH "GITREPOSITORY\-LAYOUT" "5" "2024\-01\-12" "Git 2\&.43\&.0\&.334\&.gd4dbce" "Git Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
diff --git a/man5/gitweb.conf.5 b/man5/gitweb.conf.5
index 306a6326e..2fb005a69 100644
--- a/man5/gitweb.conf.5
+++ b/man5/gitweb.conf.5
@@ -2,12 +2,12 @@
.\" Title: gitweb.conf
.\" Author: [FIXME: author] [see http://www.docbook.org/tdg5/en/html/author]
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
-.\" Date: 2024-01-08
+.\" Date: 2024-01-12
.\" Manual: Git Manual
-.\" Source: Git 2.43.0.283.ga54a84b333
+.\" Source: Git 2.43.0.334.gd4dbce1db5
.\" Language: English
.\"
-.TH "GITWEB\&.CONF" "5" "2024\-01\-08" "Git 2\&.43\&.0\&.283\&.ga54a84" "Git Manual"
+.TH "GITWEB\&.CONF" "5" "2024\-01\-12" "Git 2\&.43\&.0\&.334\&.gd4dbce" "Git Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------