summaryrefslogtreecommitdiffstats
path: root/git-config.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2019-09-30 14:07:45 +0900
committerJunio C Hamano <gitster@pobox.com>2019-09-30 14:07:45 +0900
commita8858316fb3186e69d324183d9af58ef55dfb794 (patch)
tree4f60790af5953a6a07e822d2b92123ac3263ed3c /git-config.html
parentcb705397f111dc1fcb3e3fa844bfd5b3050dee38 (diff)
downloadgit-htmldocs-a8858316fb3186e69d324183d9af58ef55dfb794.tar.gz
Autogenerated HTML docs for v2.23.0-385-gbc129
Diffstat (limited to 'git-config.html')
-rw-r--r--git-config.html29
1 files changed, 28 insertions, 1 deletions
diff --git a/git-config.html b/git-config.html
index d5da0fd64..c8a582c51 100644
--- a/git-config.html
+++ b/git-config.html
@@ -4615,6 +4615,17 @@ which can improve <code>git push</code> performance in repos with many files.
skipping more commits at a time, reducing the number of round trips.
</p>
</li>
+<li>
+<p>
+<code>fetch.writeCommitGraph=true</code> writes a commit-graph after every <code>git fetch</code>
+command that downloads a pack-file from a remote. Using the <code>--split</code> option,
+most executions will create a very small commit-graph file on top of the
+existing commit-graph file(s). Occasionally, these files will merge and the
+write may take longer. Having an updated commit-graph file helps performance
+of many Git commands, including <code>git merge-base</code>, <code>git push -f</code>, and
+<code>git log --graph</code>.
+</p>
+</li>
</ul></div>
</dd>
<dt class="hdlist1">
@@ -4762,6 +4773,21 @@ fetch.showForcedUpdates
</p>
</dd>
<dt class="hdlist1">
+fetch.writeCommitGraph
+</dt>
+<dd>
+<p>
+ Set to true to write a commit-graph after every <code>git fetch</code> command
+ that downloads a pack-file from a remote. Using the <code>--split</code> option,
+ most executions will create a very small commit-graph file on top of
+ the existing commit-graph file(s). Occasionally, these files will
+ merge and the write may take longer. Having an updated commit-graph
+ file helps performance of many Git commands, including <code>git merge-base</code>,
+ <code>git push -f</code>, and <code>git log --graph</code>. Defaults to false, unless
+ <code>feature.experimental</code> is true.
+</p>
+</dd>
+<dt class="hdlist1">
format.attach
</dt>
<dd>
@@ -4906,6 +4932,7 @@ format.coverLetter
A boolean that controls whether to generate a cover-letter when
format-patch is invoked, but in addition can be set to "auto", to
generate a cover-letter only when there&#8217;s more than one patch.
+ Default is false.
</p>
</dd>
<dt class="hdlist1">
@@ -9459,7 +9486,7 @@ looks like</p></div>
<div id="footer">
<div id="footer-text">
Last updated
- 2019-04-16 05:48:13 PDT
+ 2019-04-16 21:48:13 JST
</div>
</div>
</body>