sequencer: simplify building argument list in do_exec()
[git/debian.git] / Documentation / config / add.txt
blob3e859f34197bc43c8d266ec04d569e5353dae27e
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         Set to `false` to fall back to the original Perl implementation of
11         the interactive version of linkgit:git-add[1] instead of the built-in
12         version. Is `true` by default.