2009/10/16 Stephen Boyd <bebarino@xxxxxxxxx>: > We don't want to use output() on git-commit --amend when rewording the > commit message. This leads to confusion as the editor is run in a > subshell with it's output saved away, leaving the user with a seemingly > frozen terminal. > > Fix by removing the output part. > > Signed-off-by: Stephen Boyd <bebarino@xxxxxxxxx> > --- > > On top of next. > > I think this is right, although I'm not really experienced in the rebase -i > code Thanks! Yes, it seems right to me too after a more thorough reading of the existing rebase -i code. It seems that 'output' is only used for non-interactive commands. I never noticed the problem because I use 'emacsclient' as my commit editor. I didn't think of testing with an editor that run in the terminal window. /Björn -- Björn Gustavsson, Erlang/OTP, Ericsson AB -- 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