summaryrefslogtreecommitdiff
path: root/Documentation/config/add.adoc
blob: 7497533cbccf4ea53215e312d037fbe458a842e0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
`add.ignoreErrors`::
`add.ignore-errors` (deprecated)::
	Tells `git add` to continue adding files when some files cannot be
	added due to indexing errors.
ifdef::git-add[]
	Equivalent to the `--ignore-errors` option.
endif::git-add[]
ifndef::git-add[]
	Equivalent to the `--ignore-errors` option of linkgit:git-add[1].
endif::git-add[]
	`add.ignore-errors` is deprecated, as it does not follow the usual
	naming convention for configuration variables.