2018-10-27 08:22:37 +02:00
|
|
|
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.
|
2019-11-13 13:40:57 +01:00
|
|
|
|
|
|
|
add.interactive.useBuiltin::
|
2021-11-30 15:14:15 +01:00
|
|
|
Set to `false` to fall back to the original Perl implementation of
|
|
|
|
the interactive version of linkgit:git-add[1] instead of the built-in
|
|
|
|
version. Is `true` by default.
|