summaryrefslogtreecommitdiffstats
path: root/Documentation/config/add.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/config/add.txt')
-rw-r--r--Documentation/config/add.txt12
1 files changed, 12 insertions, 0 deletions
diff --git a/Documentation/config/add.txt b/Documentation/config/add.txt
new file mode 100644
index 0000000..c9f748f
--- /dev/null
+++ b/Documentation/config/add.txt
@@ -0,0 +1,12 @@
+add.ignoreErrors::
+add.ignore-errors (deprecated)::
+ Tells 'git add' to continue adding files when some files cannot be
+ added due to indexing errors. Equivalent to the `--ignore-errors`
+ option of linkgit:git-add[1]. `add.ignore-errors` is deprecated,
+ as it does not follow the usual naming convention for configuration
+ variables.
+
+add.interactive.useBuiltin::
+ [EXPERIMENTAL] Set to `true` to use the experimental built-in
+ implementation of the interactive version of linkgit:git-add[1]
+ instead of the Perl script version. Is `false` by default.