Skip to content

Commit

Permalink
git-add.txt: document 'add.ignoreErrors'
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Valentin Haenel authored and Junio C Hamano committed May 4, 2011
1 parent 65f13f2 commit d022443
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Documentation/git-add.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d022443

Please sign in to comment.