Skip to content

Commit

Permalink
git add: Add --ignore-missing to SYNOPSIS
Browse files Browse the repository at this point in the history
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 <avarab@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
Ævar Arnfjörð Bjarmason authored and Junio C Hamano committed Jul 19, 2010
1 parent 1f74574 commit f0e5a4b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Documentation/git-add.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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-missing] [--]
[<filepattern>...]

DESCRIPTION
-----------
Expand Down

0 comments on commit f0e5a4b

Please sign in to comment.