Jonathan Nieder wrote: > Ramkumar Ramachandra wrote: > >> Isn't it obviously incredibly useful? I'm working on a topic branch I >> need to send out to git.git, and I want see how my WIP looks: should I >> have to rebase on master just to see this? > > Nope. I just do "git log master..topic". Why do you restate something so obvious? Yes Jonathan, this is currently what I do: https://github.com/artagnon/dotfiles/blob/master/.gitconfig#L43 I'm proposing an asymmetric difference, which is B ^$(git merge-base A B). What does it have to do with A..B (aka. B ^A)? -- 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