On 2010-04-13, Aghiles <aghilesk@xxxxxxxxx> wrote: > I have a local branch that is a tracking a remote branch. I want to see > what are the modifications upstream, _before_ I pull. I tried > 'git log origin' but that's only the point from where I pulled last. > > Is there a way to do that? AFAIK no, the operations have to be local. In order to see if there are any new changes to be pulled you could do this: git fetch --dry-run Greetings, Jojo -- Johannes Gilger <heipei@xxxxxxxxxxxx> http://heipei.net GPG-Key: 0xD47A7FFC GPG-Fingerprint: 5441 D425 6D4A BD33 B580 618C 3CDC C4D0 D47A 7FFC -- 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