Home Explore Blog CI



git

Documentation/config/add.adoc
2a0d04111d057b488a8aa07131f54a89430fcefa668feb9000000003000001c4
`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.

Chunks
2bbf42f5 (1st chunk of `Documentation/config/add.adoc`)
Title: Git Configuration: Ignore Errors
Summary
The add.ignoreErrors configuration variable tells Git to continue adding files even when some files cannot be added due to indexing errors, equivalent to the --ignore-errors option, allowing the addition process to complete despite individual file errors, with add.ignore-errors being a deprecated alternative.