]> git.ipfire.org Git - thirdparty/git.git/blame - Documentation/config/add.txt
Merge branch 'jk/bundle-use-dash-for-stdfiles'
[thirdparty/git.git] / Documentation / config / add.txt
CommitLineData
29120d8e
NTND
1add.ignoreErrors::
2add.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.
f83dff60
JS
8
9add.interactive.useBuiltin::
20b813d7
ÆAB
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.