On Wed, 9 Feb 2011, Junio C Hamano wrote: > Martin von Zweigbergk <martin.von.zweigbergk@xxxxxxxxx> writes: > > > 'git rebase' without arguments is currently not supported. Make it > > default to 'git rebase @{upstream}'. That is also what 'git pull > > [--rebase]' defaults to, so it only makes sense that 'git rebase' > > defaults to the same thing. > > Not that I am fundamentally opposed to the proposed change, but the above is > not a very convincing argument, when the corresponding change to "git merge" > is just started getting discussed. There was a little more motivation later in the commit message, like using it with 'git rebase -i'. I have been using it for a few months now, and I also find it quite useful e.g. when rebasing all my branches on top of your master. > > On top of what commit does this patch apply, by the way? On top of the rebase refactoring series I posted a few days ago. See http://thread.gmane.org/gmane.comp.version-control.git/166161/. /Martin -- 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