summaryrefslogtreecommitdiffstats
path: root/git-add.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junio@kernel.org>2010-07-19 20:26:15 +0000
committerJunio C Hamano <junio@kernel.org>2010-07-19 20:26:15 +0000
commitafabd32f6189eafdf7bbef1ee32c6dd60674063e (patch)
tree6a9690e22c05e0495e962953d3c5af7d0aa77a33 /git-add.txt
parent78e3a7820b2267111cd2f29fd3d06e8919f2b36c (diff)
downloadgit-htmldocs-afabd32f6189eafdf7bbef1ee32c6dd60674063e.tar.gz
Autogenerated HTML docs for v1.7.2-rc3-52-gc5212
Diffstat (limited to 'git-add.txt')
-rw-r--r--git-add.txt12
1 files changed, 10 insertions, 2 deletions
diff --git a/git-add.txt b/git-add.txt
index 74741a42f..e22a62f06 100644
--- a/git-add.txt
+++ b/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-missing] [--]
+ [<filepattern>...]
DESCRIPTION
-----------
@@ -57,7 +58,8 @@ OPTIONS
-n::
--dry-run::
- Don't actually add the file(s), just show if they exist.
+ Don't actually add the file(s), just show if they exist and/or will
+ be ignored.
-v::
--verbose::
@@ -131,6 +133,12 @@ subdirectories.
them, do not abort the operation, but continue adding the
others. The command shall still exit with non-zero status.
+--ignore-missing::
+ This option can only be used together with --dry-run. By using
+ this option the user can check if any of the given files would
+ be ignored, no matter if they are already present in the work
+ tree or not.
+
\--::
This option can be used to separate command-line options from
the list of files, (useful when filenames might be mistaken