From: Valentin Haenel Date: Wed, 4 May 2011 19:58:17 +0000 (+0200) Subject: git-add.txt: document 'add.ignoreErrors' X-Git-Tag: v1.7.5.1~11 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=d02244360465f5748fc85e7bc111dbc6269691da;p=git.git git-add.txt: document 'add.ignoreErrors' Signed-off-by: Valentin Haenel Noticed-by: Junio C Hamano Signed-off-by: Junio C Hamano --- diff --git a/Documentation/git-add.txt b/Documentation/git-add.txt index 7eebbefe7..35cb5d3f6 100644 --- a/Documentation/git-add.txt +++ b/Documentation/git-add.txt @@ -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