summaryrefslogtreecommitdiffstats
path: root/git.html
diff options
context:
space:
mode:
Diffstat (limited to 'git.html')
-rw-r--r--git.html16
1 files changed, 15 insertions, 1 deletions
diff --git a/git.html b/git.html
index c5ab9c4ec..2d01f0559 100644
--- a/git.html
+++ b/git.html
@@ -3601,6 +3601,20 @@ for full details.</p></div>
</p>
</dd>
<dt class="hdlist1">
+<code>GIT_COMMIT_GRAPH_PARANOIA</code>
+</dt>
+<dd>
+<p>
+ 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.
+</p>
+<div class="paragraph"><p>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.</p></div>
+</dd>
+<dt class="hdlist1">
<code>GIT_ALLOW_PROTOCOL</code>
</dt>
<dd>
@@ -3814,7 +3828,7 @@ the Git Security mailing list &lt;<a href="mailto:git-security@googlegroups.com"
<div id="footer">
<div id="footer-text">
Last updated
- 2023-10-30 08:42:00 JST
+ 2023-11-09 02:04:31 JST
</div>
</div>
</body>