Re: [PATCH] progress: simplify "delayed" progress API

2017-08-20 Thread Jeff King
On Sat, Aug 19, 2017 at 10:39:41AM -0700, Junio C Hamano wrote: > We used to expose the full power of the delayed progress API to the > callers, so that they can specify, not just the message to show and > expected total amount of work that is used to compute the percentage > of work performed so

Re: [PATCH] progress: simplify "delayed" progress API

2017-08-19 Thread Junio C Hamano
Junio C Hamano writes: > We used to expose the full power of the delayed progress API to the > callers, so that they can specify, not just the message to show and > expected total amount of work that is used to compute the percentage > of work performed so far, the

[PATCH] progress: simplify "delayed" progress API

2017-08-19 Thread Junio C Hamano
We used to expose the full power of the delayed progress API to the callers, so that they can specify, not just the message to show and expected total amount of work that is used to compute the percentage of work performed so far, the percent-threshold parameter P and the delay-seconds parameter