In following example tree:
A-B-C-D-E (master branch) \\ F-G-H (xxx branch)
I\'m looking for F - the first commit in xxx branch. I
git rev-list --ancestry-path $(git merge-base master xxx)..xxx | tail -1