I am analyzing commits from project apache/mina-sshd but I am running to a problem:
- All commits in the branch 0.9.x from project mina-sshd (except for the first 3 commits) belongs to branch master but still be shown in branch 0.9.x. Can anyone explain this for me, please? I am thinking it might be because those commits are merged, maybe?
- Is there anyway to check what branch a commit belongs to by Python?