summaryrefslogtreecommitdiffstats
path: root/man1/git-config.1
diff options
context:
space:
mode:
Diffstat (limited to 'man1/git-config.1')
-rw-r--r--man1/git-config.111
1 files changed, 8 insertions, 3 deletions
diff --git a/man1/git-config.1 b/man1/git-config.1
index 1194f6787..14978634b 100644
--- a/man1/git-config.1
+++ b/man1/git-config.1
@@ -2,12 +2,12 @@
.\" Title: git-config
.\" Author: [FIXME: author] [see http://www.docbook.org/tdg5/en/html/author]
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
-.\" Date: 2023-09-13
+.\" Date: 2023-09-14
.\" Manual: Git Manual
-.\" Source: Git 2.42.0.176.gd6c51973e4
+.\" Source: Git 2.42.0.216.gbda494f404
.\" Language: English
.\"
-.TH "GIT\-CONFIG" "1" "2023\-09\-13" "Git 2\&.42\&.0\&.176\&.gd6c519" "Git Manual"
+.TH "GIT\-CONFIG" "1" "2023\-09\-14" "Git 2\&.42\&.0\&.216\&.gbda494" "Git Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
@@ -2631,6 +2631,11 @@ core\&.abbrev
Set the length object names are abbreviated to\&. If unspecified or set to "auto", an appropriate value is computed based on the approximate number of packed objects in your repository, which hopefully is enough for abbreviated object names to stay unique for some time\&. If set to "no", no abbreviation is made and the object names are shown in their full length\&. The minimum length is 4\&.
.RE
.PP
+core\&.maxTreeDepth
+.RS 4
+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\&.
+.RE
+.PP
add\&.ignoreErrors, add\&.ignore\-errors (deprecated)
.RS 4
Tells