Re: [PATCH v2 1/1] commit-graph: add --[no-]progress to write and verify.

2019-09-17 Thread SZEDER Gábor
On Tue, Sep 17, 2019 at 06:47:38AM -0400, Derrick Stolee wrote: > > On 9/16/2019 6:36 PM, SZEDER Gábor wrote: > > On Mon, Aug 26, 2019 at 09:29:58AM -0700, Garima Singh via GitGitGadget > > wrote: > >> From: Garima Singh > >> > >> Add --[no-]progress to git commit-graph write and verify. > >> Th

Re: [PATCH v2 1/1] commit-graph: add --[no-]progress to write and verify.

2019-09-17 Thread Derrick Stolee
On 9/16/2019 6:36 PM, SZEDER Gábor wrote: > On Mon, Aug 26, 2019 at 09:29:58AM -0700, Garima Singh via GitGitGadget wrote: >> From: Garima Singh >> >> Add --[no-]progress to git commit-graph write and verify. >> The progress feature was introduced in 7b0f229 >> ("commit-graph write: add progress

Re: [PATCH v2 1/1] commit-graph: add --[no-]progress to write and verify.

2019-09-16 Thread SZEDER Gábor
On Mon, Aug 26, 2019 at 09:29:58AM -0700, Garima Singh via GitGitGadget wrote: > From: Garima Singh > > Add --[no-]progress to git commit-graph write and verify. > The progress feature was introduced in 7b0f229 > ("commit-graph write: add progress output", 2018-09-17) but > the ability to opt-out

Re: [PATCH v2 1/1] commit-graph: add --[no-]progress to write and verify.

2019-09-12 Thread Junio C Hamano
"Garima Singh via GitGitGadget" writes: > diff --git a/Documentation/git-commit-graph.txt > b/Documentation/git-commit-graph.txt > index eb5e7865f0..ca0b1a683f 100644 > --- a/Documentation/git-commit-graph.txt > +++ b/Documentation/git-commit-graph.txt > @@ -10,8 +10,8 @@ SYNOPSIS > >

[PATCH v2 1/1] commit-graph: add --[no-]progress to write and verify.

2019-08-26 Thread Garima Singh via GitGitGadget
From: Garima Singh Add --[no-]progress to git commit-graph write and verify. The progress feature was introduced in 7b0f229 ("commit-graph write: add progress output", 2018-09-17) but the ability to opt-out was overlooked. Signed-off-by: Garima Singh --- Documentation/git-commit-graph.txt | 7