From 9eaa7bfcad5c3008d0bcb9497661efc3c39db696 Mon Sep 17 00:00:00 2001
From: Junio C Hamano
Date: Tue, 3 Jun 2008 07:59:54 +0000
Subject: [PATCH] Autogenerated HTML docs for v1.5.6-rc1
---
RelNotes-1.5.6.txt | 6 +++++-
git-filter-branch.html | 4 ++--
git-filter-branch.txt | 2 +-
3 files changed, 8 insertions(+), 4 deletions(-)
diff --git a/RelNotes-1.5.6.txt b/RelNotes-1.5.6.txt
index 32af18b57..1855cf392 100644
--- a/RelNotes-1.5.6.txt
+++ b/RelNotes-1.5.6.txt
@@ -62,6 +62,8 @@ Updates since v1.5.5
changes (i.e. cannot be used to propagate the whole changes) meant only
for reviewing.
+* "git init --bare" is a synonym for "git --bare init" now.
+
* "git gc --auto" honors a new pre-aut-gc hook to temporarily disable it.
* "git log --pretty=tformat:" gives a LF after each entry,
@@ -84,6 +86,8 @@ Updates since v1.5.5
* "git svn" learned --add-author-from option to propagate the authorship
by munging the commit log message.
+* new object creation and looking up in "git svn" has been optimized.
+
* "gitweb" can read from a system-wide configuration file.
(internal)
@@ -101,6 +105,6 @@ this release, unless otherwise noted.
--
exec >/var/tmp/1
-O=v1.5.6-rc0
+O=v1.5.6-rc1
echo O=`git describe refs/heads/master`
git shortlog --no-merges $O..refs/heads/master ^refs/heads/maint
diff --git a/git-filter-branch.html b/git-filter-branch.html
index 3925be4c1..e05190335 100644
--- a/git-filter-branch.html
+++ b/git-filter-branch.html
@@ -397,7 +397,7 @@ multiple commits.
stdin. The commit id is expected on stdout.
As a special extension, the commit filter may emit multiple
-commit ids; in that case, ancestors of the original commit will
+commit ids; in that case, the rewritten children of the original commit will
have all of them as parents.
You can use the map convenience function in this filter, and other
convenience functions, too. For example, calling skip_commit "$@"
@@ -614,7 +614,7 @@ and the git list <git@vger.kernel.org>