Kevin Bracey <ke...@bracey.fi> writes: > To see the effect at the command line: "git log v1.8.3..v.1.8.4" hides > the merge, but "git log ^v1.8.3 v1.8.4" shows it. Whoops. A new > example of a dotty shorthand not being exactly equivalent. > > In the ".." case the v1.8.3 tag gets peeled before being sent to > add_rev_cmdline , and the "mark bottom commits" logic works. But in > the "^" case, the v1.8.3 doesn't get peeled.
That sounds like a bug. ^v1.8.3 should mark v1.8.3^0 as uninteresting. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html