Ranges

A ─┬─ E ── F ── G master

└─ B ── C ── D fix

git log master..fix BCD
git log master…fix BCD and EFG