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::
|
2023-02-06 23:58:56 +01:00
|
|
|
Unused configuration variable. Used in Git versions v2.25.0 to
|
|
|
|
v2.36.0 to enable the built-in version of linkgit:git-add[1]'s
|
|
|
|
interactive mode, which then became the default in Git
|
|
|
|
versions v2.37.0 to v2.39.0.
|