We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f9e4f25 + 616e94c commit ca12618Copy full SHA for ca12618
Documentation/config/core.txt
@@ -756,4 +756,5 @@ core.maxTreeDepth::
756
The maximum depth Git is willing to recurse while traversing a
757
tree (e.g., "a/b/cde/f" has a depth of 4). This is a fail-safe
758
to allow Git to abort cleanly, and should not generally need to
759
- be adjusted. The default is 4096.
+ be adjusted. When Git is compiled with MSVC, the default is 512.
760
+ Otherwise, the default is 2048.
0 commit comments