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
</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
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:
--------------------------