Hi, On Mon, 28 Apr 2008, Andrew Morton wrote: > hm, weirdness. > > y:/usr/src/git26> git-diff origin...git-ia64 > y:/usr/src/git26> git-log origin...git-ia64 | wc -l > 15574 > > I'd have expected git-log to operate on the same patches as git-diff. > > I'm sure there's a logical explanation for this ;) Yes. git-diff with "..." will show you the diff of git-ia64 since the branch point, whereas log will show you _all_ the logs (both in origin and in git-ia64) since the branch point. Ciao, Dscho -- 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