Skip to content

Commit ca12618

Browse files
committed
Merge branch 'tb/doc-max-tree-depth-fix'
Doc update. * tb/doc-max-tree-depth-fix: Documentation: fix default value for core.maxTreeDepth
2 parents f9e4f25 + 616e94c commit ca12618

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Documentation/config/core.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -756,4 +756,5 @@ core.maxTreeDepth::
756756
The maximum depth Git is willing to recurse while traversing a
757757
tree (e.g., "a/b/cde/f" has a depth of 4). This is a fail-safe
758758
to allow Git to abort cleanly, and should not generally need to
759-
be adjusted. The default is 4096.
759+
be adjusted. When Git is compiled with MSVC, the default is 512.
760+
Otherwise, the default is 2048.

0 commit comments

Comments
 (0)