Sometimes, you’re looking back through a git blame, and you want to find the context around that commit. A commit message is nice, but a full description in a pull request is even nicer. Hence, find_pull_request
. It’ll just open the pull request that merged that commit into master, full of comments and descriptions about why that particular line was added. Hooray!
Source on GitHub. Dependency on hub.
Leave a Reply