At work, we use a branching strategy, where all changes begin in the development branch, and then are pushed through one or more integration branches and finally end with the release branch.
Sometimes (more often than I would like) I need to find out where a certain change came from (which branch of development). In this case, I have to spend a considerable amount of time on the detective to trace the change back through 2-3 mergers.
Am I missing an easy way to do this?
source share