From: Ævar Arnfjörð Bjarmason Date: Sat, 17 Jul 2010 15:33:15 +0000 (+0000) Subject: git add: Add --ignore-missing to SYNOPSIS X-Git-Tag: v1.7.2~8 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=f0e5a4b7f3db2d4e1ded9683817d1d1d3a2a220f;p=git.git git add: Add --ignore-missing to SYNOPSIS All the git add options were listed in the synopsis until the --ignore-missing option was added. Change that so that the git add documentation now has the complete listing. Signed-off-by: Ævar Arnfjörð Bjarmason Signed-off-by: Junio C Hamano --- diff --git a/Documentation/git-add.txt b/Documentation/git-add.txt index bfea2c2d6..e22a62f06 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] [--] [...] + [--refresh] [--ignore-errors] [--ignore-missing] [--] + [...] DESCRIPTION -----------