Skip to content
This repository was archived by the owner on Nov 9, 2017. It is now read-only.

Commit 5c6d8bb

Browse files
bebarinogitster
authored andcommitted
config.txt: document add.ignore-errors
Use the description of "--ignore-errors" from git-add.txt as inspiration. Signed-off-by: Stephen Boyd <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 33016c4 commit 5c6d8bb

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Documentation/config.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -438,6 +438,11 @@ On some file system/operating system combinations, this is unreliable.
438438
Set this config setting to 'rename' there; However, This will remove the
439439
check that makes sure that existing object files will not get overwritten.
440440

441+
add.ignore-errors::
442+
Tells 'git-add' to continue adding files when some files cannot be
443+
added due to indexing errors. Equivalent to the '--ignore-errors'
444+
option of linkgit:git-add[1].
445+
441446
alias.*::
442447
Command aliases for the linkgit:git[1] command wrapper - e.g.
443448
after defining "alias.last = cat-file commit HEAD", the invocation

0 commit comments

Comments
 (0)