Autogenerated HTML docs for v1.5.3.1-56-g611d
authorJunio C Hamano <junio@hera.kernel.org>
Fri, 14 Sep 2007 10:06:48 +0000 (10:06 +0000)
committerJunio C Hamano <junio@hera.kernel.org>
Fri, 14 Sep 2007 10:06:48 +0000 (10:06 +0000)
git-filter-branch.html
git-filter-branch.txt

index 84ed1036418cfc3a69da871544a6489b89a4c1dd..0a2d811c5d25dd506132c9770c1f1b9cfae980fe 100644 (file)
@@ -524,10 +524,6 @@ git filter-branch $graft-id..HEAD</tt></pre>
                 git commit-tree "$@";\r
         fi' HEAD</tt></pre>\r
 </div></div>\r
-<p>Note that the changes introduced by the commits, and not reverted by\r
-subsequent commits, will still be in the rewritten branch. If you want\r
-to throw out _changes_ together with the commits, you should use the\r
-interactive mode of <a href="git-rebase.html">git-rebase(1)</a>.</p>\r
 <p>The function <em>skip_commits</em> is defined as follows:</p>\r
 <div class="listingblock">\r
 <div class="content">\r
@@ -598,7 +594,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-Sep-2007 11:16:25 UTC\r
+Last updated 14-Sep-2007 10:06:09 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 29bb8cec0c34709ef0fab7523be3b0b43c4c43c7..c878ed395eb27de02efda2e3018ae76fbb799c7b 100644 (file)
@@ -220,11 +220,6 @@ git filter-branch --commit-filter '
        fi' HEAD
 ------------------------------------------------------------------------------
 
-Note that the changes introduced by the commits, and not reverted by
-subsequent commits, will still be in the rewritten branch. If you want
-to throw out _changes_ together with the commits, you should use the
-interactive mode of gitlink:git-rebase[1].
-
 The function 'skip_commits' is defined as follows:
 
 --------------------------