1
0
mirror of https://github.com/git/git.git synced 2025-04-07 23:45:26 +00:00

git-add.txt: document 'add.ignoreErrors'

Signed-off-by: Valentin Haenel <valentin.haenel@gmx.de>
Noticed-by: Junio C Hamano <gitster@pobox.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Valentin Haenel 2011-05-04 21:58:17 +02:00 committed by Junio C Hamano
parent 65f13f20bc
commit d022443604

@ -134,6 +134,8 @@ subdirectories.
If some files could not be added because of errors indexing
them, do not abort the operation, but continue adding the
others. The command shall still exit with non-zero status.
The configuration variable `add.ignoreErrors` can be set to
true to make this the default behaviour.
--ignore-missing::
This option can only be used together with --dry-run. By using