Files
git/Documentation/config/add.txt
Jean-Noël Avila 0c2c5e5f2e doc: git-add.txt: convert to new style convention
Signed-off-by: Jean-Noël Avila <jn.avila@free.fr>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
2024-11-12 09:32:18 +09:00

13 lines
452 B
Plaintext

`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.