Is it possible to compare
with the Github Graph? Via their rest API, you can do something like:
/repos/:owner/:repo/compare/:base...:head
(docs: https://developer.github.com/v3/repos/commits/#compare-two-commits)
This works with SHA's, branches, tags, etc.
I'm most interested in comparing two SHA values but I can't find anything in their graph to support this.