summaryrefslogtreecommitdiffstats
path: root/git.html
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.html
parent9c919c74b7fda282913220a8f9af0f70d47a194c (diff)
downloadgit-htmldocs-250471115e57233c974e232132a6fc58f8e8be6d.tar.gz
Autogenerated HTML docs for v2.43.0-121-g624eb9
Diffstat (limited to 'git.html')
-rw-r--r--git.html18
1 files changed, 13 insertions, 5 deletions
diff --git a/git.html b/git.html
index 07f4de539..714002647 100644
--- a/git.html
+++ b/git.html
@@ -1936,6 +1936,14 @@ repositories.</p></div>
</p>
</dd>
<dt class="hdlist1">
+<a href="git-replay.html">git-replay(1)</a>
+</dt>
+<dd>
+<p>
+ EXPERIMENTAL: Replay commits on a new base, works with bare repos too.
+</p>
+</dd>
+<dt class="hdlist1">
<a href="git-symbolic-ref.html">git-symbolic-ref(1)</a>
</dt>
<dd>
@@ -3610,9 +3618,9 @@ for full details.</p></div>
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>
+<div class="paragraph"><p>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.</p></div>
</dd>
<dt class="hdlist1">
<code>GIT_ALLOW_PROTOCOL</code>
@@ -3788,7 +3796,7 @@ read <a href="gitcvs-migration.html">gitcvs-migration(7)</a>.</p></div>
<div class="sectionbody">
<div class="paragraph"><p>Git was started by Linus Torvalds, and is currently maintained by Junio
C Hamano. Numerous contributions have come from the Git mailing list
-&lt;<a href="mailto:git@vger.kernel.org">git@vger.kernel.org</a>&gt;. <a href="http://www.openhub.net/p/git/contributors/summary">http://www.openhub.net/p/git/contributors/summary</a>
+&lt;<a href="mailto:git@vger.kernel.org">git@vger.kernel.org</a>&gt;. <a href="https://openhub.net/p/git/contributors/summary">https://openhub.net/p/git/contributors/summary</a>
gives you a more complete list of contributors.</p></div>
<div class="paragraph"><p>If you have a clone of git.git itself, the
output of <a href="git-shortlog.html">git-shortlog(1)</a> and <a href="git-blame.html">git-blame(1)</a> can show you
@@ -3828,7 +3836,7 @@ the Git Security mailing list &lt;<a href="mailto:git-security@googlegroups.com"
<div id="footer">
<div id="footer-text">
Last updated
- 2023-11-08 09:04:31 PST
+ 2023-12-18 14:49:41 PST
</div>
</div>
</body>