[PATCH] rebase -i: fix misleading error message after 'exec no-such' instruction

2012-09-18 Thread Johannes Sixt
From: Johannes Sixt When the todo sheet of interactive rebase instructs to run a non-existing command, the operation stops with the following error: Execution failed: no-such You can fix the problem, and then run git rebase --continue fatal: 'rebase' appears to be a git command

Re: [PATCH] rebase -i: fix misleading error message after 'exec no-such' instruction

2012-09-18 Thread Matthieu Moy
Johannes Sixt writes: > From: Johannes Sixt > > When the todo sheet of interactive rebase instructs to run a non-existing > command, the operation stops with the following error: > > Execution failed: no-such > You can fix the problem, and then run > > git rebase --continue > > f

Re: [PATCH] rebase -i: fix misleading error message after 'exec no-such' instruction

2012-09-18 Thread Johannes Sixt
Am 9/18/2012 13:20, schrieb Matthieu Moy: > Johannes Sixt writes: > >> From: Johannes Sixt >> >> When the todo sheet of interactive rebase instructs to run a non-existing >> command, the operation stops with the following error: >> >> Execution failed: no-such >> You can fix the problem, and

Re: [PATCH] rebase -i: fix misleading error message after 'exec no-such' instruction

2012-09-18 Thread Matthieu Moy
Johannes Sixt writes: > Am 9/18/2012 13:20, schrieb Matthieu Moy: >> Johannes Sixt writes: >> >>> From: Johannes Sixt >>> >>> When the todo sheet of interactive rebase instructs to run a non-existing >>> command, the operation stops with the following error: >>> >>> Execution failed: no-such

Re: [PATCH] rebase -i: fix misleading error message after 'exec no-such' instruction

2012-09-18 Thread Junio C Hamano
Johannes Sixt writes: > From: Johannes Sixt > > When the todo sheet of interactive rebase instructs to run a non-existing > command, the operation stops with the following error: > > Execution failed: no-such > You can fix the problem, and then run > > git rebase --continue > > f