The compare branch view in bitbucket uses merge-base compare. I don't want this.
Can I do a normal compare?
merge base compare on the command line is : git diff A...B
normal compare on command line is : git diff A..B
Thank you!