On 11-11-29 3:08 PM, Junio C Hamano wrote: > Is there anything we should be saying more than "fatal: Cannot amend" to > help users when this new "die" triggers? Ah, yes, that would be helpful. The situation is actually very similar to an "edit", where a pick is successful but requires user intervention. So I'm planning to refactor the behavior and message from "edit" into a function called "exit_with_patch". Then call the function from "reword" as well. Though it bothers me a bit that I have to pass in an exit code as well, since we want the exit status for "reword" to indicate a failure, but "edit" needs to indicate a success. Is this acceptable? Or should I just not bother with refactoring? Andrew Wong (1): rebase -i: interrupt rebase when "commit --amend" failed during "reword" git-rebase--interactive.sh | 36 +++++++++++++++++++++++------------- 1 files changed, 23 insertions(+), 13 deletions(-) -- 1.7.8.rc3.32.gb0399.dirty -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html