diff options
author | Valentin Haenel <valentin.haenel@gmx.de> | 2011-05-04 21:58:17 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2011-05-04 14:52:30 -0700 |
commit | d02244360465f5748fc85e7bc111dbc6269691da (patch) | |
tree | cf7cfaac83018ed2658d43ee1ddc37dece97a155 /Documentation | |
parent | 65f13f20bccc71cf6599e9ad6b2ed0cc2312f416 (diff) | |
download | git-d02244360465f5748fc85e7bc111dbc6269691da.tar.gz |
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>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/git-add.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/git-add.txt b/Documentation/git-add.txt index 7eebbefe7b..35cb5d3f64 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 |