Re: [PATCH 0/3] rebase: offer to reschedule failed exec commands automatically

2018-12-11 Thread Stefan Beller
> It is amazing to me how much my perspective changed when I actually had to > teach Git to new users. Things that I live with easily all of a sudden > become these unnecessarily confusing road blocks that make it *so hard* to > actually use Git. I see. Without the -y patch, this series looks good

Re: [PATCH 0/3] rebase: offer to reschedule failed exec commands automatically

2018-12-11 Thread Johannes Schindelin
Hi Stefan, On Mon, 10 Dec 2018, Stefan Beller wrote: > On Mon, Dec 10, 2018 at 2:08 PM Johannes Sixt wrote: > > > > Am 10.12.18 um 20:04 schrieb Johannes Schindelin via GitGitGadget: > > > The idea was brought up by Paul Morelle. > > > > > > To be honest, this idea of rescheduling a failed exec

email lags, was Re: [PATCH 0/3] rebase: offer to reschedule failed exec commands automatically

2018-12-11 Thread Johannes Schindelin
Hi Elijah, On Mon, 10 Dec 2018, Elijah Newren wrote: > On Mon, Dec 10, 2018 at 3:13 PM Johannes Schindelin via GitGitGadget > wrote: > > > > The idea was brought up by Paul Morelle. > > > > To be honest, this idea of rescheduling a failed exec makes so much sense > > that I wish we had done this

Re: [PATCH 0/3] rebase: offer to reschedule failed exec commands automatically

2018-12-10 Thread Junio C Hamano
Stefan Beller writes: > I wonder if it might be better to push this mechanism > one layer down: Instead of having a flag that changes > the behavior of the "exec" instructions and having a > handy '-y' short cut for the new mode, we'd rather have > a new type of command that executes&retries a co

Re: [PATCH 0/3] rebase: offer to reschedule failed exec commands automatically

2018-12-10 Thread Elijah Newren
On Mon, Dec 10, 2018 at 3:13 PM Johannes Schindelin via GitGitGadget wrote: > > The idea was brought up by Paul Morelle. > > To be honest, this idea of rescheduling a failed exec makes so much sense > that I wish we had done this from the get-go. > > So let's do the next best thing: implement a co

Re: [PATCH 0/3] rebase: offer to reschedule failed exec commands automatically

2018-12-10 Thread Elijah Newren
On Mon, Dec 10, 2018 at 1:18 PM Johannes Schindelin via GitGitGadget wrote: > The idea was brought up by Paul Morelle. > > To be honest, this idea of rescheduling a failed exec makes so much sense > that I wish we had done this from the get-go. > > So let's do the next best thing: implement a co

Re: [PATCH 0/3] rebase: offer to reschedule failed exec commands automatically

2018-12-10 Thread Stefan Beller
On Mon, Dec 10, 2018 at 2:08 PM Johannes Sixt wrote: > > Am 10.12.18 um 20:04 schrieb Johannes Schindelin via GitGitGadget: > > The idea was brought up by Paul Morelle. > > > > To be honest, this idea of rescheduling a failed exec makes so much sense > > that I wish we had done this from the get-g

Re: [PATCH 0/3] rebase: offer to reschedule failed exec commands automatically

2018-12-10 Thread Johannes Sixt
Am 10.12.18 um 20:04 schrieb Johannes Schindelin via GitGitGadget: The idea was brought up by Paul Morelle. To be honest, this idea of rescheduling a failed exec makes so much sense that I wish we had done this from the get-go. The status quo was actually not that bad a decision, because it ma

[PATCH 0/3] rebase: offer to reschedule failed exec commands automatically

2018-12-10 Thread Johannes Schindelin via GitGitGadget
The idea was brought up by Paul Morelle. To be honest, this idea of rescheduling a failed exec makes so much sense that I wish we had done this from the get-go. So let's do the next best thing: implement a command-line option and a config setting to make it so. The obvious intent behind that con