summaryrefslogtreecommitdiffstats
path: root/git-config.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2020-09-22 13:14:53 -0700
committerJunio C Hamano <gitster@pobox.com>2020-09-22 13:14:53 -0700
commitb89e21bf03b9675dec757d6e63db8d859b034303 (patch)
tree34cb466dea8ce5ccb8a99e56c09585f469e37104 /git-config.html
parent5093e585a82e361cce2270aafd5f1b6954353021 (diff)
downloadgit-htmldocs-b89e21bf03b9675dec757d6e63db8d859b034303.tar.gz
Autogenerated HTML docs for v2.28.0-585-ge1cff
Diffstat (limited to 'git-config.html')
-rw-r--r--git-config.html17
1 files changed, 16 insertions, 1 deletions
diff --git a/git-config.html b/git-config.html
index c06723e20..5e323218e 100644
--- a/git-config.html
+++ b/git-config.html
@@ -2635,7 +2635,7 @@ core.deltaBaseCacheLimit
</dt>
<dd>
<p>
- Maximum number of bytes to reserve for caching base objects
+ Maximum number of bytes per thread to reserve for caching base objects
that may be referenced by multiple deltified objects. By storing the
entire decompressed base objects in a cache Git is able
to avoid unpacking and decompressing frequently used base
@@ -7155,6 +7155,21 @@ mergetool.meld.hasOutput
</p>
</dd>
<dt class="hdlist1">
+mergetool.meld.useAutoMerge
+</dt>
+<dd>
+<p>
+ When the <code>--auto-merge</code> is given, meld will merge all non-conflicting
+ parts automatically, highlight the conflicting parts and wait for
+ user decision. Setting <code>mergetool.meld.useAutoMerge</code> to <code>true</code> tells
+ Git to unconditionally use the <code>--auto-merge</code> option with <code>meld</code>.
+ Setting this value to <code>auto</code> makes git detect whether <code>--auto-merge</code>
+ is supported and will only use <code>--auto-merge</code> when available. A
+ value of <code>false</code> avoids using <code>--auto-merge</code> altogether, and is the
+ default value.
+</p>
+</dd>
+<dt class="hdlist1">
mergetool.keepBackup
</dt>
<dd>