Re: [PATCH] gc: fix regression in 7b0f229222 impacting --quiet

2018-09-20 Thread Derrick Stolee
On 9/19/2018 5:21 PM, Martin Ågren wrote: On Wed, 19 Sep 2018 at 23:04, Ævar Arnfjörð Bjarmason wrote: Fix a regression in my recent 7b0f229222 ("commit-graph write: add progress output", 2018-09-17), the newly added progress output for "commit-graph write" didn't check the --quiet option.

Re: [PATCH] gc: fix regression in 7b0f229222 impacting --quiet

2018-09-19 Thread Martin Ågren
On Wed, 19 Sep 2018 at 23:04, Ævar Arnfjörð Bjarmason wrote: > Fix a regression in my recent 7b0f229222 ("commit-graph write: add > progress output", 2018-09-17), the newly added progress output for > "commit-graph write" didn't check the --quiet option. s/, t/. T/, perhaps. Maybe also

[PATCH] gc: fix regression in 7b0f229222 impacting --quiet

2018-09-19 Thread Ævar Arnfjörð Bjarmason
Fix a regression in my recent 7b0f229222 ("commit-graph write: add progress output", 2018-09-17), the newly added progress output for "commit-graph write" didn't check the --quiet option. Do so, and add a test asserting that this works as expected. Since the TTY perquisite isn't available