Re: [PATCH v4 12/14] commit-graph: create options for split files

2019-06-06 Thread Ramsay Jones
On 06/06/2019 15:15, Derrick Stolee via GitGitGadget wrote: > From: Derrick Stolee > > The split commit-graph feature is now fully implemented, but needs > some more run-time configurability. Allow direct callers to 'git > commit-graph write --split' to specify the values used in the > merge s

[PATCH v4 12/14] commit-graph: create options for split files

2019-06-06 Thread Derrick Stolee via GitGitGadget
From: Derrick Stolee The split commit-graph feature is now fully implemented, but needs some more run-time configurability. Allow direct callers to 'git commit-graph write --split' to specify the values used in the merge strategy and the expire time. Update the documentation to specify these val