Re: [PATCH v3 0/4] Progress display fixes

2019-04-05 Thread Jeff King
On Fri, Apr 05, 2019 at 02:45:35AM +0200, SZEDER Gábor wrote: > This patch series fixes two progress display issues by breaking > progress bars longer than the width of the terminal and by properly > cleaning up the previously shown progress bar. > > Changes since v2, following Eric's and Peff's

[PATCH v3 0/4] Progress display fixes

2019-04-04 Thread SZEDER Gábor
This patch series fixes two progress display issues by breaking progress bars longer than the width of the terminal and by properly cleaning up the previously shown progress bar. Changes since v2, following Eric's and Peff's suggestions: - Remove return statements that just became unnecessary i