Re: [PATCH 2/2] progress: drop delay-threshold code

2017-12-05 Thread Lars Schneider
> On 05 Dec 2017, at 12:10, Ævar Arnfjörð Bjarmason wrote: > > On Tue, Dec 5, 2017 at 11:37 AM, Lars Schneider > wrote: >> >>> On 04 Dec 2017, at 23:07, Jeff King wrote: >>> >>> From: Lars Schneider >>> >>> Since 180a9f2268 (provide a facility for "delayed" progress >>> reporting, 2007-04-

Re: [PATCH 2/2] progress: drop delay-threshold code

2017-12-05 Thread Ævar Arnfjörð Bjarmason
On Tue, Dec 5, 2017 at 11:37 AM, Lars Schneider wrote: > >> On 04 Dec 2017, at 23:07, Jeff King wrote: >> >> From: Lars Schneider >> >> Since 180a9f2268 (provide a facility for "delayed" progress >> reporting, 2007-04-20), the progress code has allowed >> callers to skip showing progress if they

Re: [PATCH 2/2] progress: drop delay-threshold code

2017-12-05 Thread Lars Schneider
> On 04 Dec 2017, at 23:07, Jeff King wrote: > > From: Lars Schneider > > Since 180a9f2268 (provide a facility for "delayed" progress > reporting, 2007-04-20), the progress code has allowed > callers to skip showing progress if they have reached a > percentage-threshold of the total work befor

[PATCH 2/2] progress: drop delay-threshold code

2017-12-04 Thread Jeff King
From: Lars Schneider Since 180a9f2268 (provide a facility for "delayed" progress reporting, 2007-04-20), the progress code has allowed callers to skip showing progress if they have reached a percentage-threshold of the total work before the delay period passes. But since 8aade107dd (progress: si