When adding the same change across multiple branches, some of the developers tend to use cherry-pick instead of merge, but that loses some tracking information.
How can I tell in a Pull Request if it was a merge from another branch?
How can I tell after it PR is merged?
-td