With one of our repos, when we create pull requests to merge our develop branch to a release branch, we always see a lot of extra code changes that were already previously committed to develop, which we do not see when we compare branches at the command line using "git diff develop release-x.x.x"
Could this be a known bug in bitbucket or is this a common occurrence if there is an incorrect setting in our repo?