Code

Merge branch 'vh/config-interactive-singlekey-doc'
[git.git] / Documentation / git-add.txt
index f072b5964db0c9daa440feca56fccb7d305f1ae2..9c1d3957223355e00eea917d4a7dff6d50343f32 100644 (file)
@@ -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