Or you could recall that the ... operator selects all commits contained
reachable from either one reference or the other but not both: so
Or you could recall that the ... operator selects all commits
contained reachable from either one reference or the other but not
both: so
-------------------------------------------------
$ git log origin...master
@ -803,9 +804,21 @@ will return no commits when the two branches are equal.
@@ -803,9 +804,21 @@ will return no commits when the two branches are equal.
Check which tagged version a given fix was first included in