Re: [PATCH v4 10/14] commit-graph: allow cross-alternate chains

2019-06-06 Thread Philip Oakley
Is this a spelling nit? On 06/06/2019 15:15, Derrick Stolee via GitGitGadget wrote: 3. When writing a new commit-graph chain based on a commit-graph file in another object directory, do not allow success if the base file has of the name "commit-graph" instead of "commit-graphs/graoh-{

[PATCH v4 10/14] commit-graph: allow cross-alternate chains

2019-06-06 Thread Derrick Stolee via GitGitGadget
From: Derrick Stolee In an environment like a fork network, it is helpful to have a commit-graph chain that spans both the base repo and the fork repo. The fork is usually a small set of data on top of the large repo, but sometimes the fork is much larger. For example, git-for-windows/git has alm