Re: [PATCH] fast-export: ensure we traverse commits in topological order
From: Mike Ralphson <hidden> Date: 2016-06-15 22:46:09
On Tue, 10 Feb 2009, newren@gmail.com wrote:
fast-export will only list as parents those commits which have already
been traversed (making it appear as if merges have been squashed if not
all parents have been traversed). To avoid this silent squashing of
merge commits, we request commits in topological order.
Any comparative timings? We don't need to rename this to 'git
reasonably-speedy-export'? 8-)
Mike