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

2019-08-21 Thread Junio C Hamano
Eric Sunshine writes: > This synopsis shows only 'verify' accepting --[no-]progress, > however, ... > This is misleading. The --progress option does not _toggle_ the > setting. ... Thanks for a careful review.

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

2019-08-20 Thread Eric Sunshine
On Tue, Aug 20, 2019 at 2:38 PM Garima Singh via GitGitGadget wrote: > 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

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

2019-08-20 Thread Junio C Hamano
"Garima Singh via GitGitGadget" writes: > 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. Nicely described. >

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

2019-08-20 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 | 4