Re: [RFC/PATCH] rebase -i: add run command to launch a shell command
From: Jared Hance <hidden> Date: 2016-06-15 22:49:13
On Wed, Jul 28, 2010 at 03:29:44PM +0200, Matthieu Moy wrote:
+ if ! eval "$rest"
+ then
+ warn "Command $rest failed"
+ warn "You can fix the problem, and then run"
+ warn
+ warn " git rebase --continue"
+ warn
+ exit 0
+ fi
If the command, stored in $rest, is rather long, perhaps "Command
$rest failed" won't be friendly output. Perhaps:
Command Failure: $rest