Fourth batch
[git/raj.git] / Documentation / config / add.txt
blobc9f748f81cb1c7c3b4a2cc2298b310ac85cb1d5c
1 add.ignoreErrors::
2 add.ignore-errors (deprecated)::
3         Tells 'git add' to continue adding files when some files cannot be
4         added due to indexing errors. Equivalent to the `--ignore-errors`
5         option of linkgit:git-add[1].  `add.ignore-errors` is deprecated,
6         as it does not follow the usual naming convention for configuration
7         variables.
9 add.interactive.useBuiltin::
10         [EXPERIMENTAL] Set to `true` to use the experimental built-in
11         implementation of the interactive version of linkgit:git-add[1]
12         instead of the Perl script version. Is `false` by default.