Re: [PATCH v1] progress: print progress output for all operations taking longer than 2s

2017-12-04 Thread Junio C Hamano
Jeff King writes: > So the minimal fix is actually: > > diff --git a/progress.c b/progress.c > index 289678d43d..b774cb1cd1 100644 > --- a/progress.c > +++ b/progress.c > @@ -229,7 +229,7 @@ static struct progress *start_progress_delay(const char > *title, unsigned total, > >

Re: [PATCH v1] progress: print progress output for all operations taking longer than 2s

2017-12-04 Thread Junio C Hamano
lars.schnei...@autodesk.com writes: > In 180a9f2 we implemented a progress API which suppresses the progress > output if the progress has reached a specified percentage threshold > within a given time frame. In 8aade10 we simplified the API and set the > threshold to 0% and the time frame to 2

Re: [PATCH v1] progress: print progress output for all operations taking longer than 2s

2017-12-04 Thread Jeff King
On Mon, Dec 04, 2017 at 09:36:47PM +0100, lars.schnei...@autodesk.com wrote: > From: Lars Schneider > > In 180a9f2 we implemented a progress API which suppresses the progress > output if the progress has reached a specified percentage threshold > within a given time

[PATCH v1] progress: print progress output for all operations taking longer than 2s

2017-12-04 Thread lars . schneider
From: Lars Schneider In 180a9f2 we implemented a progress API which suppresses the progress output if the progress has reached a specified percentage threshold within a given time frame. In 8aade10 we simplified the API and set the threshold to 0% and the time frame to