I have a Bitbucket server, version: v4.4.1
The answer with me was this.
http://<path-to-my-server>/projects/<project-name>/repos/<repo-name>/commits/<old>?to=<new>
I searched for this answer because in my project we use git submodules, and in pull requests I can only see the old commit sha vs new commit sha of each changed submodule. There is no link to click or anything (that I know) to switch to this kind of diff. This url allows me to see what has changed in the submodules.
Btw, if someone knows a better way to compare two commits in submodules during a pull request, let me know.
santiago arizti Nov 03 '16 at 18:46 2016-11-03 18:46
source share