summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 1f74574)
raw | patch | inline | side by side (parent: 1f74574)
author | Ævar Arnfjörð Bjarmason <avarab@gmail.com> | |
Sat, 17 Jul 2010 15:33:15 +0000 (15:33 +0000) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Mon, 19 Jul 2010 18:11:46 +0000 (11:11 -0700) |
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>
--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>
Documentation/git-add.txt | patch | blob | history |
index bfea2c2d62ca7112fca8d8e78f2bc71503d2a889..e22a62f06592c7d233fc06da022962cae59d105a 100644 (file)
[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
-----------