Autogenerated HTML docs for v1.5.4-rc2-38-gd6da3
authorJunio C Hamano <junio@hera.kernel.org>
Sat, 5 Jan 2008 10:32:26 +0000 (10:32 +0000)
committerJunio C Hamano <junio@hera.kernel.org>
Sat, 5 Jan 2008 10:32:26 +0000 (10:32 +0000)
RelNotes-1.5.4.txt
git-commit-tree.html
git-commit.html
git-log.html
git-reset.html
git-reset.txt
git-show.html
i18n.txt

index e6fbcdb..c6953ea 100644 (file)
@@ -114,6 +114,9 @@ Updates since v1.5.3
 
  * "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.
@@ -344,6 +347,6 @@ series.
 
 --
 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
index cea8164..3d5adca 100644 (file)
@@ -422,7 +422,7 @@ mind.</p>
 <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
@@ -477,7 +477,7 @@ reversible operation.</p>
 </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
index d0a6bbe..601a162 100644 (file)
@@ -661,7 +661,7 @@ mind.</p>
 <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
@@ -730,7 +730,7 @@ Junio C Hamano &lt;junkio@cox.net&gt;</p>
 </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
index fc59725..1c32e39 100644 (file)
@@ -1426,7 +1426,7 @@ mind.</p>
 <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
@@ -1477,7 +1477,7 @@ reversible operation.</p>
 </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
index 368914a..3be0caf 100644 (file)
@@ -274,7 +274,7 @@ git-reset(1) Manual Page
 <div class="sectionbody">\r
 <div class="verseblock">\r
 <div class="content"><em>git-reset</em> [--mixed | --soft | --hard] [-q] [&lt;commit&gt;]\r
-<em>git-reset</em> [--mixed] [-q] &lt;commit&gt; [--] &lt;paths&gt;&#8230;</div></div>\r
+<em>git-reset</em> [--mixed] [-q] [&lt;commit&gt;] [--] &lt;paths&gt;&#8230;</div></div>\r
 </div>\r
 <h2>DESCRIPTION</h2>\r
 <div class="sectionbody">\r
@@ -335,7 +335,7 @@ the index from a given commit, without moving HEAD.</p>
 </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
@@ -575,7 +575,7 @@ At this point the index file still has all the WIP changes you
 </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
index 050e4ea..69722d1 100644 (file)
@@ -9,7 +9,7 @@ SYNOPSIS
 --------
 [verse]
 'git-reset' [--mixed | --soft | --hard] [-q] [<commit>]
-'git-reset' [--mixed] [-q] <commit> [--] <paths>...
+'git-reset' [--mixed] [-q] [<commit>] [--] <paths>...
 
 DESCRIPTION
 -----------
@@ -49,7 +49,7 @@ OPTIONS
        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
 --------
index 1e0834b..0c1afc5 100644 (file)
@@ -708,7 +708,7 @@ mind.</p>
 <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
@@ -762,7 +762,7 @@ Johannes Schindelin &lt;Johannes.Schindelin@gmx.de&gt;.</p>
 </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
index b95f99b..1e188e6 100644 (file)
--- a/i18n.txt
+++ b/i18n.txt
@@ -22,7 +22,7 @@ does not forbid it.  However, there are a few things to keep in
 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: