Autogenerated HTML docs for v1.5.6-rc1
authorJunio C Hamano <junio@hera.kernel.org>
Tue, 3 Jun 2008 07:59:54 +0000 (07:59 +0000)
committerJunio C Hamano <junio@hera.kernel.org>
Tue, 3 Jun 2008 07:59:54 +0000 (07:59 +0000)
RelNotes-1.5.6.txt
git-filter-branch.html
git-filter-branch.txt

index 32af18b5723a445b7532d1321bbb79df8b530bf6..1855cf39231a7b8139b5a1c9fb7d3a2543abdf28 100644 (file)
@@ -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
index 3925be4c1b4022fb7ed76045343a68ea0a0e5fdf..e051903352f06b0ac9ba1594cd9451baf215bdc5 100644 (file)
@@ -397,7 +397,7 @@ multiple commits.</p>
         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
@@ -614,7 +614,7 @@ and the git list &lt;git@vger.kernel.org&gt;</p>
 </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
index 506c37af7021e2e16caab5ffe72bca9bc2f28927..35cb1677f770f13065905df2cb3cddcda5b63ca2 100644 (file)
@@ -113,7 +113,7 @@ OPTIONS
        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