Re: [PATCH] sequencer: fix missing newline

2017-03-23 Thread Junio C Hamano
Jonathan Nieder writes: > Brandon Williams wrote: > >> When using rebase --interactive where one of the lines is marked as >> 'edit' this is the resulting output: >> >> Stopped at ec3b9c4... stuffYou can amend the commit now, with > [...] >> Signed-off-by: Brandon Williams >> --- >> sequen

Re: [PATCH] sequencer: fix missing newline

2017-03-23 Thread Jonathan Nieder
Brandon Williams wrote: > When using rebase --interactive where one of the lines is marked as > 'edit' this is the resulting output: > > Stopped at ec3b9c4... stuffYou can amend the commit now, with [...] > Signed-off-by: Brandon Williams > --- > sequencer.c | 2 +- > 1 file changed, 1 inse

Re: [PATCH] sequencer: fix missing newline

2017-03-23 Thread Brandon Williams
On 03/23, Jeff King wrote: > On Thu, Mar 23, 2017 at 10:47:16AM -0700, Brandon Williams wrote: > > > On 03/23, Johannes Schindelin wrote: > > > Hi Brandon, > > > > > > On Thu, 23 Mar 2017, Brandon Williams wrote: > > > > > > > When using rebase --interactive where one of the lines is marked as >

Re: [PATCH] sequencer: fix missing newline

2017-03-23 Thread Jeff King
On Thu, Mar 23, 2017 at 02:22:21PM -0400, Jeff King wrote: > > > > When using rebase --interactive where one of the lines is marked as > > > > 'edit' this is the resulting output: > > > > > > > > Stopped at ec3b9c4... stuffYou can amend the commit now, with > > > > > > Ugh, I should have ca

Re: [PATCH] sequencer: fix missing newline

2017-03-23 Thread Jeff King
On Thu, Mar 23, 2017 at 10:47:16AM -0700, Brandon Williams wrote: > On 03/23, Johannes Schindelin wrote: > > Hi Brandon, > > > > On Thu, 23 Mar 2017, Brandon Williams wrote: > > > > > When using rebase --interactive where one of the lines is marked as > > > 'edit' this is the resulting output: >

Re: [PATCH] sequencer: fix missing newline

2017-03-23 Thread Junio C Hamano
Brandon Williams writes: > When using rebase --interactive where one of the lines is marked as > 'edit' this is the resulting output: > > Stopped at ec3b9c4... stuffYou can amend the commit now, with > > git commit --amend > > Once you are satisfied with your changes, run > >

Re: [PATCH] sequencer: fix missing newline

2017-03-23 Thread Brandon Williams
On 03/23, Johannes Schindelin wrote: > Hi Brandon, > > On Thu, 23 Mar 2017, Brandon Williams wrote: > > > When using rebase --interactive where one of the lines is marked as > > 'edit' this is the resulting output: > > > > Stopped at ec3b9c4... stuffYou can amend the commit now, with > > U

Re: [PATCH] sequencer: fix missing newline

2017-03-23 Thread Johannes Schindelin
Hi Brandon, On Thu, 23 Mar 2017, Brandon Williams wrote: > When using rebase --interactive where one of the lines is marked as > 'edit' this is the resulting output: > > Stopped at ec3b9c4... stuffYou can amend the commit now, with Ugh, I should have caught this. The warning() call implici

[PATCH] sequencer: fix missing newline

2017-03-23 Thread Brandon Williams
When using rebase --interactive where one of the lines is marked as 'edit' this is the resulting output: Stopped at ec3b9c4... stuffYou can amend the commit now, with git commit --amend Once you are satisfied with your changes, run git rebase --continue A newline character