From: Junio C Hamano
Date: Sat, 19 May 2007 04:20:33 +0000 (+0000)
Subject: Autogenerated HTML docs for v1.5.2-rc3-83-gc906
X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=75485c89fbee8a433ff53a688f7f645f6ec3b160;p=git.git
Autogenerated HTML docs for v1.5.2-rc3-83-gc906
---
diff --git a/RelNotes-1.5.1.5.txt b/RelNotes-1.5.1.5.txt
index 5cfe0b5b0..85e821c43 100644
--- a/RelNotes-1.5.1.5.txt
+++ b/RelNotes-1.5.1.5.txt
@@ -6,6 +6,17 @@ Fixes since v1.5.1.4
* Bugfixes
+ - git-send-email did not understand aliases file for mutt, which
+ allows leading whitespaces.
+
+ - git-format-patch emitted Content-Type and Content-Transfer-Encoding
+ headers for non ASCII contents, but failed to add MIME-Version.
+
+ - git-name-rev had a buffer overrun with a deep history.
+
+ - contributed script import-tars did not get the directory in
+ tar archives interpreted correctly.
+
- git-svn was reported to segfault for many people on list and
#git; hopefully this has been fixed.
@@ -28,10 +39,10 @@ Fixes since v1.5.1.4
and extern, which caused trouble compiling with Forte12
compilers on Sun.
- - Many documentation fixes.
+ - Many many documentation fixes and updates.
--
exec >/var/tmp/1
-O=v1.5.1.4-26-gb4b20b2
+O=v1.5.1.4-48-gcecb98a
echo O=`git describe refs/heads/maint`
git shortlog --no-merges $O..refs/heads/maint
diff --git a/git-rev-list.html b/git-rev-list.html
index e672e5aa2..1d691795b 100644
--- a/git-rev-list.html
+++ b/git-rev-list.html
@@ -533,7 +533,7 @@ limiting may be applied.
Limit the commits output to ones with author/committer
- header lines that match the specified pattern.
+ header lines that match the specified pattern (regular expression).
@@ -542,7 +542,7 @@ limiting may be applied.
Limit the commits output to ones with log message that
- matches the specified pattern.
+ matches the specified pattern (regular expression).
@@ -1056,7 +1056,7 @@ and the git-list <git@vger.kernel.org>.