Re: [PATCH] rebase: fix garbled progress display with '-x'

2019-06-11 Thread SZEDER Gábor
On Thu, May 02, 2019 at 01:16:40AM +0200, SZEDER Gábor wrote: > On Tue, Apr 30, 2019 at 06:25:35PM -0400, Johannes Schindelin wrote: > > > Make sure that the previously displayed "Rebasing (N/M)" line is > > > completely covered up by printing a terminal width worth of space > > > characters. > >

Re: [PATCH] rebase: fix garbled progress display with '-x'

2019-05-03 Thread Johannes Schindelin
Hi, On Thu, 2 May 2019, SZEDER Gábor wrote: > On Tue, Apr 30, 2019 at 06:25:35PM -0400, Johannes Schindelin wrote: > > > > On Tue, 30 Apr 2019, SZEDER Gábor wrote: > > > > > diff --git a/sequencer.c b/sequencer.c > > > index 546f281898..c2e4baa90e 100644 > > > --- a/sequencer.c > > > +++ b/sequen

Re: [PATCH] rebase: fix garbled progress display with '-x'

2019-05-01 Thread SZEDER Gábor
On Tue, Apr 30, 2019 at 06:25:35PM -0400, Johannes Schindelin wrote: > Hi, > > On Tue, 30 Apr 2019, SZEDER Gábor wrote: > > > When running a command with the 'exec' instruction during an > > interactive rebase session, or for a range of commits using 'git > > rebase -x', the output can be a bit g

Re: [PATCH] rebase: fix garbled progress display with '-x'

2019-04-30 Thread Johannes Schindelin
Hi, On Tue, 30 Apr 2019, SZEDER Gábor wrote: > When running a command with the 'exec' instruction during an > interactive rebase session, or for a range of commits using 'git > rebase -x', the output can be a bit garbled when the name of the > command is short enough: > > $ git rebase -x true H