From: Junio C Hamano
Date: Sat, 5 Jan 2008 10:32:26 +0000 (+0000)
Subject: Autogenerated HTML docs for v1.5.4-rc2-38-gd6da3
X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=14b76487ff861981455b320a2c6d17632997773e;p=git.git
Autogenerated HTML docs for v1.5.4-rc2-38-gd6da3
---
diff --git a/RelNotes-1.5.4.txt b/RelNotes-1.5.4.txt
index e6fbcdb2e..c6953ea51 100644
--- a/RelNotes-1.5.4.txt
+++ b/RelNotes-1.5.4.txt
@@ -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
diff --git a/git-commit-tree.html b/git-commit-tree.html
index cea81645b..3d5adcafb 100644
--- a/git-commit-tree.html
+++ b/git-commit-tree.html
@@ -422,7 +422,7 @@ 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:
@@ -477,7 +477,7 @@ reversible operation.