Hacker News new | ask | show | jobs
by u801e 2939 days ago
> The only issue with BitBucket Server is that it (inexplicably) does not have a commit compare view.

Github and Github Enterprise also fail to provide this view. They do provide a compare view for the triple-dot notation (git diff <commit1>...<commit2>) which actually compares the merge-base of commit1 and commit2 with commit2. It's not possible to do the equivalent of git diff commit1..commit2 in the web interface.