On Wed, Feb 25, 2009 at 06:29:46AM +0100, Peter Krefting wrote:
Given an (unpublished) Git repository and a "grafts" file that slightly
re-orders commits, how do I reprocess this repository (using
git-filter-branch, probably) to have a true history according to the
"grafts" file?
Running filter-branch at all will glue the grafts together. It is even
one of the examples given in the git-filter-branch(1) manpage.
-Peff