Skip to content

Commit d022443

Browse files
escgitster
authored andcommitted
git-add.txt: document 'add.ignoreErrors'
Signed-off-by: Valentin Haenel <[email protected]> Noticed-by: Junio C Hamano <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 65f13f2 commit d022443

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Documentation/git-add.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,8 @@ subdirectories.
134134
If some files could not be added because of errors indexing
135135
them, do not abort the operation, but continue adding the
136136
others. The command shall still exit with non-zero status.
137+
The configuration variable `add.ignoreErrors` can be set to
138+
true to make this the default behaviour.
137139

138140
--ignore-missing::
139141
This option can only be used together with --dry-run. By using

0 commit comments

Comments
 (0)