Carlos Martín Nieto <cmn@xxxxxxxx> writes: > EDITOR=: git rebase -i @{u} > > and maybe set an alias (I have a 'riu' alias for 'rebase -i @{u}'). > > I'm not saying an extra option wouldn't be useful, but there's already > ways of making git not spawn a text editor which works for all commands, > and you can even make an alias that will do precisely that. Given "EDITOR=: git commit args..." and "EDITOR=: git merge args..." are equivalent to giving "--no-edit" option to these commands, I would imagine "git rebase opts... --no-editor args..." would not be such a stretch. -- 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