Re: [RFC PATCH 00/11] rebase -i run without forking rebase--interactive

2019-03-21 Thread Phillip Wood
On 20/03/2019 23:05, Ævar Arnfjörð Bjarmason wrote: On Tue, Mar 19 2019, Phillip Wood wrote: From: Phillip Wood When the builtin rebase starts an interactive rebase it parses the options and then repackages them and forks `rebase--interactive`. This series refactors rebase--interactive so

Re: [RFC PATCH 00/11] rebase -i run without forking rebase--interactive

2019-03-20 Thread Junio C Hamano
Phillip Wood writes: > From: Phillip Wood > > When the builtin rebase starts an interactive rebase it parses the > options and then repackages them and forks `rebase--interactive`. This > series refactors rebase--interactive so that interactive rebases can > be started by the builtin rebase with

Re: [RFC PATCH 00/11] rebase -i run without forking rebase--interactive

2019-03-20 Thread Ævar Arnfjörð Bjarmason
On Tue, Mar 19 2019, Phillip Wood wrote: > From: Phillip Wood > > When the builtin rebase starts an interactive rebase it parses the > options and then repackages them and forks `rebase--interactive`. This > series refactors rebase--interactive so that interactive rebases can > be started by th

Re: [RFC PATCH 00/11] rebase -i run without forking rebase--interactive

2019-03-20 Thread Josh Steadmon
On 2019.03.19 19:03, Phillip Wood wrote: > From: Phillip Wood > > When the builtin rebase starts an interactive rebase it parses the > options and then repackages them and forks `rebase--interactive`. This > series refactors rebase--interactive so that interactive rebases can > be started by the

[RFC PATCH 00/11] rebase -i run without forking rebase--interactive

2019-03-19 Thread Phillip Wood
From: Phillip Wood When the builtin rebase starts an interactive rebase it parses the options and then repackages them and forks `rebase--interactive`. This series refactors rebase--interactive so that interactive rebases can be started by the builtin rebase without forking. My motivation was to