summaryrefslogtreecommitdiffstats
path: root/git-commit-graph.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2020-07-30 14:22:26 -0700
committerJunio C Hamano <gitster@pobox.com>2020-07-30 14:22:26 -0700
commit28c33dede604b6d79be8b63ca9a53401cb3187f5 (patch)
treea17257ac77fcf56175733532e3d358a5b6db16ce /git-commit-graph.html
parent2196da6c492fcd776cf9209d6537235b75a58a3a (diff)
downloadgit-htmldocs-28c33dede604b6d79be8b63ca9a53401cb3187f5.tar.gz
Autogenerated HTML docs for v2.28.0-67-g79bcaf
Diffstat (limited to 'git-commit-graph.html')
-rw-r--r--git-commit-graph.html7
1 files changed, 5 insertions, 2 deletions
diff --git a/git-commit-graph.html b/git-commit-graph.html
index 7be2b3a1f..bc958e874 100644
--- a/git-commit-graph.html
+++ b/git-commit-graph.html
@@ -820,7 +820,10 @@ existing commit-graph file.</p></div>
<div class="paragraph"><p>With the <code>--changed-paths</code> option, compute and write information about the
paths changed between a commit and its first parent. This operation can
take a while on large repositories. It provides significant performance gains
-for getting history of a directory or a file with <code>git log -- &lt;path&gt;</code>.</p></div>
+for getting history of a directory or a file with <code>git log -- &lt;path&gt;</code>. If
+this option is given, future commit-graph writes will automatically assume
+that this option was intended. Use <code>--no-changed-paths</code> to stop storing this
+data.</p></div>
<div class="paragraph"><p>With the <code>--split[=&lt;strategy&gt;]</code> option, write the commit-graph as a
chain of multiple commit-graph files stored in
<code>&lt;dir&gt;/info/commit-graphs</code>. Commit-graph layers are merged based on the
@@ -929,7 +932,7 @@ Write a commit-graph file containing all commits in the current
<div id="footer">
<div id="footer-text">
Last updated
- 2020-06-08 18:30:54 PDT
+ 2020-07-30 14:18:13 PDT
</div>
</div>
</body>