On Tue, Jul 17, 2007 at 04:53:03PM +0100, Thomas Adam wrote:After first doing a "git fetch", to update your local view of those remote branches: Commits on your current branch, not in origin: git diff origin..HEAD Commits in the origin branch, not in your current branch (so this is what you'd probably get if you pulled): git diff HEAD..origin Commits in either one, not in the other (the union of the above two): git diff HEAD...origin The "HEAD" is actually optional in all the above. And, finally, I think gitk HEAD...origin gives the clearest picture of what's actually going on. --b. - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
| Greg Kroah-Hartman | [PATCH 008/196] Chinese: add translation of volatile-considered-harmful.txt |
| Tarkan Erimer | Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3 |
| Greg KH | Re: [Patch v2] Make PCI extended config space (MMCONFIG) a driver opt-in |
| Andrew Morton | -mm merge plans for 2.6.23 |
git: | |
| Gerrit Renker | [PATCH 27/37] dccp: Integration of dynamic feature activation - part 2 (server side) |
| Herbert Xu | Re: [PATCH] pkt_sched: Destroy gen estimators under rtnl_lock(). |
| David Miller | [GIT]: Networking |
| Rémi Denis-Courmont | [PATCH 01/14] Phonet global definitions |
