summaryrefslogtreecommitdiffstats
path: root/man1/git-add.1
diff options
context:
space:
mode:
Diffstat (limited to 'man1/git-add.1')
-rw-r--r--man1/git-add.132
1 files changed, 29 insertions, 3 deletions
diff --git a/man1/git-add.1 b/man1/git-add.1
index 74cb96c52..24769ec5d 100644
--- a/man1/git-add.1
+++ b/man1/git-add.1
@@ -2,12 +2,12 @@
.\" Title: git-add
.\" Author: [FIXME: author] [see http://www.docbook.org/tdg5/en/html/author]
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
-.\" Date: 09/13/2022
+.\" Date: 09/14/2022
.\" Manual: Git Manual
-.\" Source: Git 2.37.3.611.ge188ec3a73
+.\" Source: Git 2.37.3.662.g36f8e7ed7d
.\" Language: English
.\"
-.TH "GIT\-ADD" "1" "09/13/2022" "Git 2\&.37\&.3\&.611\&.ge188ec" "Git Manual"
+.TH "GIT\-ADD" "1" "09/14/2022" "Git 2\&.37\&.3\&.662\&.g36f8e7" "Git Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
@@ -500,6 +500,32 @@ deleting context or removal lines
.\}
modifying the contents of context or removal lines
.RE
+.SH "CONFIGURATION"
+.sp
+Everything below this line in this section is selectively included from the \fBgit-config\fR(1) documentation\&. The content is the same as what\(cqs found there:
+.PP
+add\&.ignoreErrors, add\&.ignore\-errors (deprecated)
+.RS 4
+Tells
+\fIgit add\fR
+to continue adding files when some files cannot be added due to indexing errors\&. Equivalent to the
+\fB\-\-ignore\-errors\fR
+option of
+\fBgit-add\fR(1)\&.
+\fBadd\&.ignore\-errors\fR
+is deprecated, as it does not follow the usual naming convention for configuration variables\&.
+.RE
+.PP
+add\&.interactive\&.useBuiltin
+.RS 4
+Set to
+\fBfalse\fR
+to fall back to the original Perl implementation of the interactive version of
+\fBgit-add\fR(1)
+instead of the built\-in version\&. Is
+\fBtrue\fR
+by default\&.
+.RE
.SH "SEE ALSO"
.sp
\fBgit-status\fR(1) \fBgit-rm\fR(1) \fBgit-reset\fR(1) \fBgit-mv\fR(1) \fBgit-commit\fR(1) \fBgit-update-index\fR(1)