summaryrefslogtreecommitdiffstats
path: root/git.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2023-12-18 14:51:21 -0800
committerJunio C Hamano <gitster@pobox.com>2023-12-18 14:51:21 -0800
commit250471115e57233c974e232132a6fc58f8e8be6d (patch)
tree9495986afe9e0e38eec9786e21d5572b599352b0 /git.txt
parent9c919c74b7fda282913220a8f9af0f70d47a194c (diff)
downloadgit-htmldocs-250471115e57233c974e232132a6fc58f8e8be6d.tar.gz
Autogenerated HTML docs for v2.43.0-121-g624eb9
Diffstat (limited to 'git.txt')
-rw-r--r--git.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/git.txt b/git.txt
index 2535a3019..4698d7a42 100644
--- a/git.txt
+++ b/git.txt
@@ -917,9 +917,9 @@ for full details.
avoid issues with stale commit-graphs that contain references to
already-deleted commits, but comes with a performance penalty.
+
-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.
+The default is "false", which disables the aforementioned behavior.
+Setting this to "true" enables the existence check so that stale commits
+will never be returned from the commit-graph at the cost of performance.
`GIT_ALLOW_PROTOCOL`::
If set to a colon-separated list of protocols, behave as if
@@ -1071,7 +1071,7 @@ Authors
-------
Git was started by Linus Torvalds, and is currently maintained by Junio
C Hamano. Numerous contributions have come from the Git mailing list
-<git@vger.kernel.org>. http://www.openhub.net/p/git/contributors/summary
+<git@vger.kernel.org>. https://openhub.net/p/git/contributors/summary
gives you a more complete list of contributors.
If you have a clone of git.git itself, the