Re: [RFC PATCH v3 2/9] Call git_rebase__interactive from run_specific_rebase

2018-03-22 Thread Wink Saville
On Thu, Mar 22, 2018 at 11:27 AM, Junio C Hamano wrote: > Wink Saville writes: > >> Instead of indirectly invoking git_rebase__interactive this invokes >> it directly after sourcing. >> >> Signed-off-by: Wink Saville >> --- >>

Re: [RFC PATCH v3 2/9] Call git_rebase__interactive from run_specific_rebase

2018-03-22 Thread Junio C Hamano
Wink Saville writes: > Instead of indirectly invoking git_rebase__interactive this invokes > it directly after sourcing. > > Signed-off-by: Wink Saville > --- > git-rebase--interactive.sh | 11 --- > git-rebase.sh | 11 +-- > 2

[RFC PATCH v3 2/9] Call git_rebase__interactive from run_specific_rebase

2018-03-22 Thread Wink Saville
Instead of indirectly invoking git_rebase__interactive this invokes it directly after sourcing. Signed-off-by: Wink Saville --- git-rebase--interactive.sh | 11 --- git-rebase.sh | 11 +-- 2 files changed, 9 insertions(+), 13 deletions(-) diff