summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 67bfc03)
raw | patch | inline | side by side (parent: 67bfc03)
author | Junio C Hamano <gitster@pobox.com> | |
Tue, 3 Jun 2008 07:17:22 +0000 (00:17 -0700) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Tue, 3 Jun 2008 07:17:22 +0000 (00:17 -0700) |
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/RelNotes-1.5.6.txt | patch | blob | history |
index 32af18b5723a445b7532d1321bbb79df8b530bf6..1855cf39231a7b8139b5a1c9fb7d3a2543abdf28 100644 (file)
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,
* "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)
--
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