* "git reset" is now built-in and its output can be squelched with -q.
+ * "git reset --hard" does not make any sense in a bare
+ repository, but did not error out; fixed.
+
* "git send-email" can optionally talk over ssmtp and use SMTP-AUTH.
* "git rebase" learned --whitespace option.
--
exec >/var/tmp/1
-O=v1.5.4-rc1-36-g49e6be5
+O=v1.5.4-rc2-37-ge0cd252
echo O=`git describe refs/heads/master`
git shortlog --no-merges $O..refs/heads/master ^refs/heads/maint
<li>\r
<p>\r
<tt>git-commit-tree</tt> (hence, <tt>git-commit</tt> which uses it) issues\r
- an warning if the commit log message given to it does not look\r
+ a warning if the commit log message given to it does not look\r
like a valid UTF-8 string, unless you explicitly say your\r
project uses a legacy encoding. The way to say this is to\r
have i18n.commitencoding in <tt>.git/config</tt> file, like this:\r
</div>\r
<div id="footer">\r
<div id="footer-text">\r
-Last updated 14-Nov-2007 12:11:24 UTC\r
+Last updated 05-Jan-2008 10:31:57 UTC\r
</div>\r
</div>\r
</body>\r
<li>\r
<p>\r
<tt>git-commit-tree</tt> (hence, <tt>git-commit</tt> which uses it) issues\r
- an warning if the commit log message given to it does not look\r
+ a warning if the commit log message given to it does not look\r
like a valid UTF-8 string, unless you explicitly say your\r
project uses a legacy encoding. The way to say this is to\r
have i18n.commitencoding in <tt>.git/config</tt> file, like this:\r
</div>\r
<div id="footer">\r
<div id="footer-text">\r
-Last updated 27-Dec-2007 03:28:36 UTC\r
+Last updated 05-Jan-2008 10:31:57 UTC\r
</div>\r
</div>\r
</body>\r
<li>\r
<p>\r
<tt>git-commit-tree</tt> (hence, <tt>git-commit</tt> which uses it) issues\r
- an warning if the commit log message given to it does not look\r
+ a warning if the commit log message given to it does not look\r
like a valid UTF-8 string, unless you explicitly say your\r
project uses a legacy encoding. The way to say this is to\r
have i18n.commitencoding in <tt>.git/config</tt> file, like this:\r
</div>\r
<div id="footer">\r
<div id="footer-text">\r
-Last updated 27-Dec-2007 03:28:36 UTC\r
+Last updated 05-Jan-2008 10:31:57 UTC\r
</div>\r
</div>\r
</body>\r
<div class="sectionbody">\r
<div class="verseblock">\r
<div class="content"><em>git-reset</em> [--mixed | --soft | --hard] [-q] [<commit>]\r
-<em>git-reset</em> [--mixed] [-q] <commit> [--] <paths>…</div></div>\r
+<em>git-reset</em> [--mixed] [-q] [<commit>] [--] <paths>…</div></div>\r
</div>\r
<h2>DESCRIPTION</h2>\r
<div class="sectionbody">\r
</dt>\r
<dd>\r
<p>\r
- Commit to make the current HEAD.\r
+ Commit to make the current HEAD. If not given defaults to HEAD.\r
</p>\r
</dd>\r
</dl>\r
</div>\r
<div id="footer">\r
<div id="footer-text">\r
-Last updated 14-Nov-2007 12:11:45 UTC\r
+Last updated 05-Jan-2008 10:31:57 UTC\r
</div>\r
</div>\r
</body>\r
--------
[verse]
'git-reset' [--mixed | --soft | --hard] [-q] [<commit>]
-'git-reset' [--mixed] [-q] <commit> [--] <paths>...
+'git-reset' [--mixed] [-q] [<commit>] [--] <paths>...
DESCRIPTION
-----------
Be quiet, only report errors.
<commit>::
- Commit to make the current HEAD.
+ Commit to make the current HEAD. If not given defaults to HEAD.
Examples
--------
<li>\r
<p>\r
<tt>git-commit-tree</tt> (hence, <tt>git-commit</tt> which uses it) issues\r
- an warning if the commit log message given to it does not look\r
+ a warning if the commit log message given to it does not look\r
like a valid UTF-8 string, unless you explicitly say your\r
project uses a legacy encoding. The way to say this is to\r
have i18n.commitencoding in <tt>.git/config</tt> file, like this:\r
</div>\r
<div id="footer">\r
<div id="footer-text">\r
-Last updated 14-Nov-2007 12:11:50 UTC\r
+Last updated 05-Jan-2008 10:31:58 UTC\r
</div>\r
</div>\r
</body>\r
mind.
. `git-commit-tree` (hence, `git-commit` which uses it) issues
- an warning if the commit log message given to it does not look
+ a warning if the commit log message given to it does not look
like a valid UTF-8 string, unless you explicitly say your
project uses a legacy encoding. The way to say this is to
have i18n.commitencoding in `.git/config` file, like this: