Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2008-06-03 11:17:22 +0400
committerJunio C Hamano <gitster@pobox.com>2008-06-03 11:17:22 +0400
commit02c17196e323d64b2062eb90b661ff3c65de1a07 (patch)
tree3faf1e6e3024d0f78f30ba516d2c7af976018faf
parent67bfc030d7b27c007853776e8028598bdfa2cae0 (diff)
GIT v1.5.6-rc1v1.5.6-rc1
Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r--Documentation/RelNotes-1.5.6.txt6
1 files changed, 5 insertions, 1 deletions
diff --git a/Documentation/RelNotes-1.5.6.txt b/Documentation/RelNotes-1.5.6.txt
index 32af18b572..1855cf3923 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:<custom format>" 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