summaryrefslogtreecommitdiffstats
path: root/git-config.html
diff options
context:
space:
mode:
Diffstat (limited to 'git-config.html')
-rw-r--r--git-config.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/git-config.html b/git-config.html
index fb42f61e8..47eaca95d 100644
--- a/git-config.html
+++ b/git-config.html
@@ -3441,6 +3441,17 @@ core.abbrev
</p>
</dd>
<dt class="hdlist1">
+core.maxTreeDepth
+</dt>
+<dd>
+<p>
+ The maximum depth Git is willing to recurse while traversing a
+ tree (e.g., "a/b/cde/f" has a depth of 4). This is a fail-safe
+ to allow Git to abort cleanly, and should not generally need to
+ be adjusted. The default is 4096.
+</p>
+</dd>
+<dt class="hdlist1">
add.ignoreErrors
</dt>
<dt class="hdlist1">