git: 'log master..origin/master' not behaving as expected
- by steve jaffe
I'm trying to compare my copy of 'master' to that on the remote repository which it tracks. I thought that the following command would work, and often it seems to. However, sometimes it produces nothing and yet I know that the remote branch has many changes, which I can confirm by doing a pull.
git log master..origin/master
Can anyone explain…