On Thu, May 9, 2013 at 10:50 PM, R. Andrew Ohana <andrew...@gmail.com> wrote:I meant C..H.
> D..H is not what we want either,
Did you mean D..I?
> that would include the diff for D..C which
> is irrelevant to the feature branch. What we really want is the diff H..I
> where I is the merge of D and H.
We should have a link to the diff C..H as well as a link to all
> What we want is to be able to see all the commits that are introduced by the
> feature branch, and nothing more. By using the merge base, we won't get all
> of the commits if master was re-merged into the feature branch, which is why
> the change was needed (when the plugin was configured to use the merge base,
> the log would only display G and H, while E and F were completely hidden
> from every easily accessible view).
commits in H not in D (or C, it doesn't matter). A..H seems really bad
though. How to do this I'm not sure...