Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
git-add.txt: document 'add.ignoreErrors'
author
Valentin Haenel
<valentin.haenel@gmx.de>
Wed, 4 May 2011 19:58:17 +0000
(21:58 +0200)
committer
Junio C Hamano
<gitster@pobox.com>
Wed, 4 May 2011 21:52:30 +0000
(14:52 -0700)
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>
Documentation/git-add.txt
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(from parent 1:
65f13f2
)
diff --git
a/Documentation/git-add.txt
b/Documentation/git-add.txt
index 7eebbefe7b6f665a8f6a5003eb37d7bcb3c196bd..35cb5d3f643905d124445ecdae3d2949ac0067a6 100644
(file)
--- 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