Signed-off-by: Luke Dashjr <luke-jr+git@xxxxxxxxxxx> --- Documentation/git-add.txt | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/Documentation/git-add.txt b/Documentation/git-add.txt index ab1943c..6b93b4e 100644 --- a/Documentation/git-add.txt +++ b/Documentation/git-add.txt @@ -10,7 +10,8 @@ SYNOPSIS [verse] 'git add' [-n] [-v] [--force | -f] [--interactive | -i] [--patch | -p] [--edit | -e] [--all | [--update | -u]] [--intent-to-add | -N] - [--refresh] [--ignore-errors] [--] <filepattern>... + [--refresh] [--ignore-errors] [--ignore-unmatch] [--] + <filepattern>... DESCRIPTION ----------- @@ -119,6 +120,9 @@ apply. them, do not abort the operation, but continue adding the others. The command shall still exit with non-zero status. +--ignore-unmatch:: + Exit with a zero status even if no files matched. + \--:: This option can be used to separate command-line options from the list of files, (useful when filenames might be mistaken -- 1.6.3.3 -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html