From 75485c89fbee8a433ff53a688f7f645f6ec3b160 Mon Sep 17 00:00:00 2001
From: Junio C Hamano
Date: Sat, 19 May 2007 04:20:33 +0000
Subject: [PATCH] Autogenerated HTML docs for v1.5.2-rc3-83-gc906
---
RelNotes-1.5.1.5.txt | 15 +-
git-rev-list.html | 6 +-
git-rev-list.txt | 4 +-
git.html | 2 +-
git.txt | 4 +-
glossary.html | 235 +++---
glossary.txt | 228 +++---
howto/dangling-objects.txt | 109 ---
howto/isolate-bugs-with-bisect.txt | 65 --
howto/make-dist.txt | 52 --
howto/using-topic-branches.txt | 296 -------
user-manual.html | 753 ++++++++++++-----
user-manual.txt | 1220 +++++++++++++++++++++-------
13 files changed, 1767 insertions(+), 1222 deletions(-)
delete mode 100644 howto/dangling-objects.txt
delete mode 100644 howto/isolate-bugs-with-bisect.txt
delete mode 100644 howto/make-dist.txt
delete mode 100644 howto/using-topic-branches.txt
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>.