Skip to content

Commit f0e5a4b

Browse files
avargitster
authored andcommitted
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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 1f74574 commit f0e5a4b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Documentation/git-add.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ SYNOPSIS
1010
[verse]
1111
'git add' [-n] [-v] [--force | -f] [--interactive | -i] [--patch | -p]
1212
[--edit | -e] [--all | [--update | -u]] [--intent-to-add | -N]
13-
[--refresh] [--ignore-errors] [--] [<filepattern>...]
13+
[--refresh] [--ignore-errors] [--ignore-missing] [--]
14+
[<filepattern>...]
1415

1516
DESCRIPTION
1617
-----------

0 commit comments

Comments
 (0)