Thread (8 messages) flat view 8 messages, 5 authors, 2016-06-15

Re: [RFC/PATCH 0/2] merge-base: add --merge-child option

From: Kevin Bracey <hidden>
Date: 2016-06-15 22:57:14

Possibly related (same subject, not in this thread)

On 13/05/2013 01:22, Junio C Hamano wrote:
Kevin Bracey [off-list ref] writes:
quoted
    git log --ancestry-path --left-right E...F --not $(git merge-base
--all E F)

which looks like we're having to repeat ourselves because it's not
paying attention...
You are half wrong; "--left-right" is about "do we show the </>/=
marker in the output?", so it is true that it does not make sense
without "...", but the reverse is not true: A...B does not and
should not imply --left-right.
The repetition I meant is that by the definition of ancestry-path, the 
above would seem to be equivalent to

   git log --ancestry-path --left-right E F --not $(git merge-base --all E F) $(git merge-base --all E F)

Anyway, revised separated-out version of the patch follows.

Kevin
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help