Hi, On Thu, 14 Feb 2008, Uwe Kleine-König wrote: > After applying the patch below, the test fails. [describes a case where > all patches were applied upstream already] This is by design. If no patches are to be applied, there is nothing you can do interactively. And git rebase -i should tell you as much: Nothing to do Maybe it should say There is nothing you can rebase interactively But I don't like that. Alternatively, git rebase -i could reset --hard to upstream, but I don't like that either: if I rebase -i, it is because I want to reorder/arrange patches. If there is no patch to be rearranged, I did something wrong. Ciao, Dscho