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
stdin. The commit id is expected on stdout.\r
</p>\r
<p>As a special extension, the commit filter may emit multiple\r
-commit ids; in that case, ancestors of the original commit will\r
+commit ids; in that case, the rewritten children of the original commit will\r
have all of them as parents.</p>\r
<p>You can use the <em>map</em> convenience function in this filter, and other\r
convenience functions, too. For example, calling <em>skip_commit "$@"</em>\r
</div>\r
<div id="footer">\r
<div id="footer-text">\r
-Last updated 01-Jun-2008 08:21:26 UTC\r
+Last updated 03-Jun-2008 07:59:37 UTC\r
</div>\r
</div>\r
</body>\r
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