summaryrefslogtreecommitdiffstats
path: root/git-add.html
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.html
parent78e3a7820b2267111cd2f29fd3d06e8919f2b36c (diff)
downloadgit-htmldocs-afabd32f6189eafdf7bbef1ee32c6dd60674063e.tar.gz
Autogenerated HTML docs for v1.7.2-rc3-52-gc5212
Diffstat (limited to 'git-add.html')
-rw-r--r--git-add.html19
1 files changed, 16 insertions, 3 deletions
diff --git a/git-add.html b/git-add.html
index 2b9529fe8..b0ca2f241 100644
--- a/git-add.html
+++ b/git-add.html
@@ -323,7 +323,8 @@ git-add(1) Manual Page
<div class="verseblock">
<div class="content"><em>git add</em> [-n] [-v] [--force | -f] [--interactive | -i] [--patch | -p]
[--edit | -e] [--all | [--update | -u]] [--intent-to-add | -N]
- [--refresh] [--ignore-errors] [--] [&lt;filepattern&gt;&#8230;]</div></div>
+ [--refresh] [--ignore-errors] [--ignore-missing] [--]
+ [&lt;filepattern&gt;&#8230;]</div></div>
</div>
<h2 id="_description">DESCRIPTION</h2>
<div class="sectionbody">
@@ -376,7 +377,8 @@ commit.</p></div>
</dt>
<dd>
<p>
- 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.
</p>
</dd>
<dt>
@@ -513,6 +515,17 @@ subdirectories.</p></div>
</p>
</dd>
<dt>
+--ignore-missing
+</dt>
+<dd>
+<p>
+ 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.
+</p>
+</dd>
+<dt>
--
</dt>
<dd>
@@ -721,7 +734,7 @@ diff
</div>
<div id="footer">
<div id="footer-text">
-Last updated 2010-06-13 19:56:31 UTC
+Last updated 2010-07-19 20:25:59 UTC
</div>
</div>
</body>