I have two branches devel and next. In devel I have a more or less huge amount of commits. Some of the commits are cherry picked in next
devel
next
You might could try doing git log subsets:
git log --oneline devel ^next