Hi, On Fri, 5 Jun 2009, Santi Béjar wrote: > Also add a test to check for this case and another one (failing) to > test rebasing two branches on top of a rebased upstream using just > 'git pull --rebase'. > > Signed-off-by: Santi Béjar <santi@xxxxxxxxxxx> Either I am a stupid moron (which is a completely valid suggestion) or this commit message lacks in detail severely. For example, when I "git pull --rebase junio next" and "next" was rebased, it works _perfectly_, so I do not see any need for a fix. Further, this: > --- > git-parse-remote.sh | 8 +++++++- > t/t5520-pull.sh | 29 +++++++++++++++++++++++++++++ > 2 files changed, 36 insertions(+), 1 deletions(-) ... suggests to me that pull --rebase is not even affected by your patch. So maybe you want to clarify so much that even stupid morons understand what you want to achieve, and how. Ciao, Dscho