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