From: Junio C Hamano Date: Tue, 3 Jun 2008 07:17:22 +0000 (-0700) Subject: GIT v1.5.6-rc1 X-Git-Tag: v1.5.6-rc1 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=909d18f0da1c0fcf212b7281bd0776f706bb5af3;p=git.git GIT v1.5.6-rc1 Signed-off-by: Junio C Hamano --- diff --git a/Documentation/RelNotes-1.5.6.txt b/Documentation/RelNotes-1.5.6.txt index 32af18b57..1855cf392 100644 --- a/Documentation/RelNotes-1.5.6.txt +++ b/Documentation/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