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. > [...] Thanks, Taylor