summaryrefslogtreecommitdiffstats
path: root/man1/git.1
diff options
context:
space:
mode:
Diffstat (limited to 'man1/git.1')
-rw-r--r--man1/git.113
1 files changed, 10 insertions, 3 deletions
diff --git a/man1/git.1 b/man1/git.1
index 83f69acfc..78a079d6a 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: 2023-11-03
+.\" Date: 2023-11-08
.\" Manual: Git Manual
-.\" Source: Git 2.43.0.rc0.23.g8be77c5de6
+.\" Source: Git 2.43.0.rc1
.\" Language: English
.\"
-.TH "GIT" "1" "2023\-11\-03" "Git 2\&.43\&.0\&.rc0\&.23\&.g8" "Git Manual"
+.TH "GIT" "1" "2023\-11\-08" "Git 2\&.43\&.0\&.rc1" "Git Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
@@ -1982,6 +1982,13 @@ If this Boolean environment variable is set to false, ignore broken or badly nam
\fB0\fR, but it may be useful when trying to salvage data from a corrupted repository\&.
.RE
.PP
+\fBGIT_COMMIT_GRAPH_PARANOIA\fR
+.RS 4
+When loading a commit object from the commit\-graph, Git performs an existence check on the object in the object database\&. This is done to avoid issues with stale commit\-graphs that contain references to already\-deleted commits, but comes with a performance penalty\&.
+.sp
+The default is "true", which enables the aforementioned behavior\&. Setting this to "false" disables the existence check\&. This can lead to a performance improvement at the cost of consistency\&.
+.RE
+.PP
\fBGIT_ALLOW_PROTOCOL\fR
.RS 4
If set to a colon\-separated list of protocols, behave as if