Re: [PATCH] A more sensible error message why 'git rebase --continue' failed
From: Johannes Sixt <hidden> Date: 2016-06-15 22:43:30
Evan Phoenix wrote:
The current message is a bit cryptic, indicating that only changes which contained
merge conflicts should be added to the index, but in fact, all outstanding
changes must be.
I don't think that all files must be added if rebase -m was used: in
this case, non-conflicting changes are already in the index.
-- Hannes