summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorValentin Haenel <valentin.haenel@gmx.de>2011-05-04 19:58:17 (GMT)
committerJunio C Hamano <gitster@pobox.com>2011-05-04 21:52:30 (GMT)
commitd02244360465f5748fc85e7bc111dbc6269691da (patch)
treecf7cfaac83018ed2658d43ee1ddc37dece97a155
parent65f13f20bccc71cf6599e9ad6b2ed0cc2312f416 (diff)
downloadgit-d02244360465f5748fc85e7bc111dbc6269691da.zip
git-d02244360465f5748fc85e7bc111dbc6269691da.tar.gz
git-d02244360465f5748fc85e7bc111dbc6269691da.tar.bz2
git-add.txt: document 'add.ignoreErrors'
Signed-off-by: Valentin Haenel <valentin.haenel@gmx.de> Noticed-by: Junio C Hamano <gitster@pobox.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r--Documentation/git-add.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/git-add.txt b/Documentation/git-add.txt
index 7eebbef..35cb5d3 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