Skip to content

Instantly share code, notes, and snippets.

@carlwoodward
Created October 14, 2014 10:40
Show Gist options
  • Save carlwoodward/80f2c69b3e2fecf943a9 to your computer and use it in GitHub Desktop.
Save carlwoodward/80f2c69b3e2fecf943a9 to your computer and use it in GitHub Desktop.

Given a SHA from a commit that is inside of a pull request, without using git log and some grep abomination, how do you go from the SHA to reading the pull request. Has anyone made some crazy GitHub API extension that I haven't seen? Is there any overlay of git blame that can show pull requests as well?

@JonRowe
Copy link

JonRowe commented Oct 14, 2014

Github recently introduced this as a feature: https://github.com/blog/1905-linking-merged-pull-requests-from-commits

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment