--
exec >/var/tmp/1
-O=v1.5.6-rc1
+O=v1.5.6-rc3
echo O=`git describe refs/heads/master`
git shortlog --no-merges $O..refs/heads/master ^refs/heads/maint
<h2>SYNOPSIS</h2>\r
<div class="sectionbody">\r
<div class="verseblock">\r
-<div class="content"><em>git-add</em> [-n] [-v] [-f] [--interactive | -i] [--patch | -p] [-u] [--refresh]\r
- [--ignore-errors] [--] <filepattern>…</div></div>\r
+<div class="content"><em>git-add</em> [-n] [-v] [--force | -f] [--interactive | -i] [--patch | -p]\r
+ [--update | -u] [--refresh] [--ignore-errors] [--]\r
+ <filepattern>…</div></div>\r
</div>\r
<h2>DESCRIPTION</h2>\r
<div class="sectionbody">\r
<dt>\r
-f\r
</dt>\r
+<dt>\r
+--force\r
+</dt>\r
<dd>\r
<p>\r
Allow adding otherwise ignored files.\r
<dt>\r
-u\r
</dt>\r
+<dt>\r
+--update\r
+</dt>\r
<dd>\r
<p>\r
Update only files that git already knows about, staging modified\r
</div>\r
<div id="footer">\r
<div id="footer-text">\r
-Last updated 08-Jun-2008 22:46:16 UTC\r
+Last updated 15-Jun-2008 05:10:05 UTC\r
</div>\r
</div>\r
</body>\r
SYNOPSIS
--------
[verse]
-'git-add' [-n] [-v] [-f] [--interactive | -i] [--patch | -p] [-u] [--refresh]
- [--ignore-errors] [--] <filepattern>...
+'git-add' [-n] [-v] [--force | -f] [--interactive | -i] [--patch | -p]
+ [--update | -u] [--refresh] [--ignore-errors] [--]
+ <filepattern>...
DESCRIPTION
-----------
Be verbose.
-f::
+--force::
Allow adding otherwise ignored files.
-i::
the specified filepatterns before exiting.
-u::
+--update::
Update only files that git already knows about, staging modified
content for commit and marking deleted files for removal. This
is similar
<div class="content">\r
<pre><tt>$ git bisect reset</tt></pre>\r
</div></div>\r
-<p>to get back to the original branch, instead of being in one of the\r
-bisection branches ("git bisect start" will do that for you too,\r
-actually: it will reset the bisection state, and before it does that\r
-it checks that you're not using some old bisection branch).</p>\r
+<p>to get back to the original branch, instead of being on the bisection\r
+commit ("git bisect start" will do that for you too, actually: it will\r
+reset the bisection state).</p>\r
<h3>Bisect visualize</h3>\r
<p>During the bisection process, you can say</p>\r
<div class="listingblock">\r
</div>\r
<div id="footer">\r
<div id="footer-text">\r
-Last updated 08-Jun-2008 01:33:20 UTC\r
+Last updated 15-Jun-2008 05:10:05 UTC\r
</div>\r
</div>\r
</body>\r
$ git bisect reset
------------------------------------------------
-to get back to the original branch, instead of being in one of the
-bisection branches ("git bisect start" will do that for you too,
-actually: it will reset the bisection state, and before it does that
-it checks that you're not using some old bisection branch).
+to get back to the original branch, instead of being on the bisection
+commit ("git bisect start" will do that for you too, actually: it will
+reset the bisection state).
Bisect visualize
~~~~~~~~~~~~~~~~