Merge branch 'tb/doc-max-tree-depth-fix'
Doc update. * tb/doc-max-tree-depth-fix: Documentation: fix default value for core.maxTreeDepthmaint
commit
ca12618b7b
|
@ -756,4 +756,5 @@ core.maxTreeDepth::
|
|||
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.
|
||||
be adjusted. When Git is compiled with MSVC, the default is 512.
|
||||
Otherwise, the default is 2048.
|
||||
|
|
Loading…
Reference in New Issue