summaryrefslogtreecommitdiffstats
path: root/git-config.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2023-09-14 11:21:28 -0700
committerJunio C Hamano <gitster@pobox.com>2023-09-14 11:21:28 -0700
commit73a9b3ebec0b1c08bdf2a06fe2996e58181ae1f1 (patch)
tree47dcaeb17e2f7aef5ef304b9662ee03a25f64c76 /git-config.html
parent137492b522e0ec94068249184f1a3415fea78e60 (diff)
downloadgit-htmldocs-73a9b3ebec0b1c08bdf2a06fe2996e58181ae1f1.tar.gz
Autogenerated HTML docs for v2.42.0-216-gbda49
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">