]> git.ipfire.org Git - thirdparty/git.git/commitdiff
config.txt: document add.ignore-errors
authorStephen Boyd <bebarino@gmail.com>
Sun, 31 May 2009 05:08:02 +0000 (22:08 -0700)
committerJunio C Hamano <gitster@pobox.com>
Sun, 31 May 2009 22:40:09 +0000 (15:40 -0700)
Use the description of "--ignore-errors" from git-add.txt as
inspiration.

Signed-off-by: Stephen Boyd <bebarino@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/config.txt

index 2c031620c50f8e3eaaa652aaf43ee261eab8f957..3a86d1f8f05317717d718a6db7c5e0f9acb47d6b 100644 (file)
@@ -438,6 +438,11 @@ On some file system/operating system combinations, this is unreliable.
 Set this config setting to 'rename' there; However, This will remove the
 check that makes sure that existing object files will not get overwritten.
 
+add.ignore-errors::
+       Tells 'git-add' to continue adding files when some files cannot be
+       added due to indexing errors. Equivalent to the '--ignore-errors'
+       option of linkgit:git-add[1].
+
 alias.*::
        Command aliases for the linkgit:git[1] command wrapper - e.g.
        after defining "alias.last = cat-file commit HEAD", the invocation