On Sun, 22 Dec 2019 at 08:50, Tom Clarkson <tqclarkson@xxxxxxxxxx> wrote: > > If you want to try out my update, it’s at https://github.com/gitgitgadget/git/pull/493. The commands I ended up with were > > git subtree ignore --clear-cache --prefix=contrib/elftoolchain 4d43158 > git subtree use --prefix=contrib/elftoolchain 9e78763 > git subtree split --prefix=contrib/elftoolchain 53f2672ff78be42389cf41a8258f6e9ce36808fb > > On my machine, ignore takes about 2 minutes to flag 200k commits as irrelevant. The split takes around 15 to go through the remaining 50k. What's the next step with this patch set? Is there anything I can do to help?