Does anyone know how --changed-since works with me...
# general
p
Does anyone know how --changed-since works with merge commits? If I have A -> B1 -> B2 -> D -> E and A -> C1 -> C2 -> D -> E and I get the changes from C2 to HEAD, does that include B1 and B2 ?
in case my text was not clear
p
That will probably help, but I am a recovering piper user, so if someone actually knows what git does here I'd appreciate knowing
b
I think yes, it includes B1 & B2