On 1/30/2020 7:32 PM, Taylor Blau wrote: > On Thu, Jan 30, 2020 at 04:28:14PM -0800, Taylor Blau wrote: >> Hi, >> >> Here are another few patches that came out of working on GitHub's >> deployment of incremental commit-graphs. These three patches introduce >> two new options: '--split[=<merge-all|no-merge>]' and >> '--input=<source>'. > > I should have mentioned: these patches are based on top of my > 'tb/commit-graph-use-odb' branch, which I sent to the list in: > > https://lore.kernel.org/git/cover.1580424766.git.me@xxxxxxxxxxxx > > I think that it makes sense to queue the above other topic first before > this one is applied, at least since these patches are based on that > branch. I can prepare a version that is based on 'master' if that is > preferable, there are only a handful of conflicts to resolve around use > of '->obj_dir' vs '->odb->path' in changing the order. > > The two just felt a little too large and disjoint to send as one larger > series. I think the order you recommend is good, especially because the obj_dir cleanup is less likely to be controversial. Command-line interface changes should have more time to cook. Thanks, -Stolee