Re: [PATCH v3 01/14] commit-graph: document commit-graph chains

2019-06-06 Thread Philip Oakley
Hi Stolee, We may be talking at cross-purposes. On 06/06/2019 18:09, Derrick Stolee wrote: On 6/6/2019 8:10 AM, Philip Oakley wrote: Hi Derrick , On 03/06/2019 17:03, Derrick Stolee via GitGitGadget wrote: From: Derrick Stolee Add a basic description of commit-graph chains. Not really your

Re: [PATCH v3 01/14] commit-graph: document commit-graph chains

2019-06-06 Thread Derrick Stolee
On 6/6/2019 8:10 AM, Philip Oakley wrote: > Hi Derrick , > > On 03/06/2019 17:03, Derrick Stolee via GitGitGadget wrote: >> From: Derrick Stolee >> >> Add a basic description of commit-graph chains. > Not really your problem, but I did notice that we don't actually explain what > we mean here by

Re: [PATCH v3 01/14] commit-graph: document commit-graph chains

2019-06-06 Thread Philip Oakley
Hi Derrick , On 03/06/2019 17:03, Derrick Stolee via GitGitGadget wrote: From: Derrick Stolee Add a basic description of commit-graph chains. Not really your problem, but I did notice that we don't actually explain what we mean here by a commit graph (before we start chaining them), and the

Re: [PATCH v3 01/14] commit-graph: document commit-graph chains

2019-06-05 Thread Derrick Stolee
On 6/5/2019 1:22 PM, Junio C Hamano wrote: > "Derrick Stolee via GitGitGadget" writes: > >> From: Derrick Stolee >> >> Add a basic description of commit-graph chains. More details about the >> feature will be added as we add functionality. This introduction gives a >> high-level overview to the

Re: [PATCH v3 01/14] commit-graph: document commit-graph chains

2019-06-05 Thread Junio C Hamano
"Derrick Stolee via GitGitGadget" writes: > From: Derrick Stolee > > Add a basic description of commit-graph chains. More details about the > feature will be added as we add functionality. This introduction gives a > high-level overview to the goals of the feature and the basic layout of > commi

[PATCH v3 01/14] commit-graph: document commit-graph chains

2019-06-03 Thread Derrick Stolee via GitGitGadget
From: Derrick Stolee Add a basic description of commit-graph chains. More details about the feature will be added as we add functionality. This introduction gives a high-level overview to the goals of the feature and the basic layout of commit-graph chains. Signed-off-by: Derrick Stolee --- Do