Re: [PATCH] contrib/subtree: Split history with empty trees correctly

2016-01-24 Thread Marcus Brinkmann
ee", I will just use "git filter-branch" instead. Thanks! Marcus On 01/20/2016 05:05 AM, David A. Greene wrote: > Marcus Brinkmann writes: > >> 'git subtree split' will fail if the history of the subtree has empty >> tree commits (or trees that are co

Re: [PATCH] contrib/subtree: Split history with empty trees correctly

2016-01-27 Thread Marcus Brinkmann
On 01/28/2016 03:56 AM, David A. Greene wrote: Marcus Brinkmann writes: With my patch, "git subtree split -P" produces the same result (for my data set) as "git filter-branch --subdirectory-filter", which is much faster, because it selects the revisions to rewrite befor