summaryrefslogtreecommitdiffstats
path: root/git-add.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2013-04-26 17:06:04 -0700
committerJunio C Hamano <gitster@pobox.com>2013-04-26 17:06:04 -0700
commitf26c77e7e7f61955cbe9c7c9c82aed632d0c13a3 (patch)
treef7b8cb1da9b0056b5ea29c0069b248e3adb56537 /git-add.html
parentac002b631c16db5b744b6bfdc5d5599cf1cf254b (diff)
downloadgit-htmldocs-f26c77e7e7f61955cbe9c7c9c82aed632d0c13a3.tar.gz
Autogenerated HTML docs for v1.8.3-rc0
Diffstat (limited to 'git-add.html')
-rw-r--r--git-add.html16
1 files changed, 11 insertions, 5 deletions
diff --git a/git-add.html b/git-add.html
index e7a8519e7..1621ecd1e 100644
--- a/git-add.html
+++ b/git-add.html
@@ -747,9 +747,9 @@ git-add(1) Manual Page
<div class="sectionbody">
<div class="verseblock">
<pre class="content"><em>git add</em> [-n] [-v] [--force | -f] [--interactive | -i] [--patch | -p]
- [--edit | -e] [--[no-]all | [--update | -u]] [--intent-to-add | -N]
- [--refresh] [--ignore-errors] [--ignore-missing] [--]
- [&lt;pathspec&gt;&#8230;]</pre>
+ [--edit | -e] [--[no-]all | --[no-]ignore-removal | [--update | -u]]
+ [--intent-to-add | -N] [--refresh] [--ignore-errors] [--ignore-missing]
+ [--] [&lt;pathspec&gt;&#8230;]</pre>
<div class="attribution">
</div></div>
</div>
@@ -903,6 +903,9 @@ of Git, hence the form without &lt;pathspec&gt; should not be used.</p></div>
<dt class="hdlist1">
--all
</dt>
+<dt class="hdlist1">
+--no-ignore-removal
+</dt>
<dd>
<p>
Update the index not only where the working tree has a file
@@ -918,6 +921,9 @@ of Git, hence the form without &lt;pathspec&gt; should not be used.</p></div>
<dt class="hdlist1">
--no-all
</dt>
+<dt class="hdlist1">
+--ignore-removal
+</dt>
<dd>
<p>
Update the index by adding new files that are unknown to the
@@ -928,7 +934,7 @@ of Git, hence the form without &lt;pathspec&gt; should not be used.</p></div>
<div class="paragraph"><p>This option is primarily to help the current users of Git, whose
"git add &lt;pathspec&gt;&#8230;" ignores removed files. In future versions
of Git, "git add &lt;pathspec&gt;&#8230;" will be a synonym to "git add -A
-&lt;pathspec&gt;&#8230;" and "git add --no-all &lt;pathspec&gt;&#8230;" will behave like
+&lt;pathspec&gt;&#8230;" and "git add --ignore-removal &lt;pathspec&gt;&#8230;" will behave like
today&#8217;s "git add &lt;pathspec&gt;&#8230;", ignoring removed files.</p></div>
</dd>
<dt class="hdlist1">
@@ -1307,7 +1313,7 @@ modifying the contents of context or removal lines
<div id="footnotes"><hr /></div>
<div id="footer">
<div id="footer-text">
-Last updated 2013-04-22 12:12:24 PDT
+Last updated 2013-04-26 17:05:16 PDT
</div>
</div>
</body>