<div class="sectionbody">\r
<div class="verseblock">\r
<div class="content"><em>git add</em> [-n] [-v] [--force | -f] [--interactive | -i] [--patch | -p]\r
- [--update | -u] [--refresh] [--ignore-errors] [--]\r
+ [--all | [--update | -u]] [--refresh] [--ignore-errors] [--]\r
<filepattern>…</div></div>\r
</div>\r
<h2 id="_description">DESCRIPTION</h2>\r
</p>\r
</dd>\r
<dt>\r
+-A\r
+</dt>\r
+<dt>\r
+--all\r
+</dt>\r
+<dd>\r
+<p>\r
+ Update files that git already knows about (same as <em>--update</em>)\r
+ and add all untracked files that are not ignored by <em>.gitignore</em>\r
+ mechanism.\r
+</p>\r
+</dd>\r
+<dt>\r
--refresh\r
</dt>\r
<dd>\r
</div>\r
<div id="footer">\r
<div id="footer-text">\r
-Last updated 2008-07-15 15:48:33 UTC\r
+Last updated 2008-07-21 04:33:30 UTC\r
</div>\r
</div>\r
</body>\r
--------
[verse]
'git add' [-n] [-v] [--force | -f] [--interactive | -i] [--patch | -p]
- [--update | -u] [--refresh] [--ignore-errors] [--]
+ [--all | [--update | -u]] [--refresh] [--ignore-errors] [--]
<filepattern>...
DESCRIPTION
command line. If no paths are specified, all tracked files in the
current directory and its subdirectories are updated.
+-A::
+--all::
+ Update files that git already knows about (same as '\--update')
+ and add all untracked files that are not ignored by '.gitignore'
+ mechanism.
+
--refresh::
Don't add the file(s), but only refresh their stat()
information in the index.
[--3way] [--interactive] [--binary]\r
[--whitespace=<option>] [-C<n>] [-p<n>]\r
[<mbox> | <Maildir>…]\r
-<em>git am</em> (--skip | --resolved)</div></div>\r
+<em>git am</em> (--skip | --resolved | --abort)</div></div>\r
</div>\r
<h2 id="_description">DESCRIPTION</h2>\r
<div class="sectionbody">\r
for internal use between <em>git-rebase</em> and <em>git-am</em>.\r
</p>\r
</dd>\r
+<dt>\r
+--abort\r
+</dt>\r
+<dd>\r
+<p>\r
+ Restore the original branch and abort the patching operation.\r
+</p>\r
+</dd>\r
</dl></div>\r
</div>\r
<h2 id="_discussion">DISCUSSION</h2>\r
</div>\r
<div id="footer">\r
<div id="footer-text">\r
-Last updated 2008-07-16 03:23:18 UTC\r
+Last updated 2008-07-21 04:33:30 UTC\r
</div>\r
</div>\r
</body>\r
[--3way] [--interactive] [--binary]
[--whitespace=<option>] [-C<n>] [-p<n>]
[<mbox> | <Maildir>...]
-'git am' (--skip | --resolved)
+'git am' (--skip | --resolved | --abort)
DESCRIPTION
-----------
or `--skip` to handle the failure. This is solely
for internal use between 'git-rebase' and 'git-am'.
+--abort::
+ Restore the original branch and abort the patching operation.
+
DISCUSSION
----------