git-gc.txt: fix typo about gc.writeCommitGraph
[git.git] / Documentation / config / add.txt
blob4d753f006ec1efd466b18d74841c8d43039d8ad9
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.