The second batch
[alt-git.git] / Documentation / config / add.txt
blobe0354ceaed9e870abce7b59468ed08439267b17a
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         Unused configuration variable. Used in Git versions v2.25.0 to
11         v2.36.0 to enable the built-in version of linkgit:git-add[1]'s
12         interactive mode, which then became the default in Git
13         versions v2.37.0 to v2.39.0.