Re: [PATCH v2 3/3] rebase --keep-empty: always use interactive rebase

2018-03-20 Thread Phillip Wood
On 20/03/18 16:08, Johannes Schindelin wrote: > Hi Phillip, > > On Tue, 20 Mar 2018, Phillip Wood wrote: > >> git-rebase--am.sh | 79 >> --- > > Those are a lot of changes, but pretty much all of it is a change in > indentation. Yes it's a

Re: [PATCH v2 3/3] rebase --keep-empty: always use interactive rebase

2018-03-20 Thread Johannes Schindelin
Hi Phillip, On Tue, 20 Mar 2018, Phillip Wood wrote: > git-rebase--am.sh | 79 > --- Those are a lot of changes, but pretty much all of it is a change in indentation. All three patches look good to me. Thanks, Dscho

[PATCH v2 3/3] rebase --keep-empty: always use interactive rebase

2018-03-20 Thread Phillip Wood
From: Phillip Wood rebase --merge accepts --keep-empty but just ignores it, by using an implicit interactive rebase the user still gets the rename detection of a merge based rebase but with with --keep-empty support. If rebase --keep-empty without --interactive or