Hacker News new | past | comments | ask | show | jobs | submit login
Show HN: Find out which pull requests contain changes related to a file (github.com/dzhavat)
5 points by dzhavat on Dec 27, 2018 | hide | past | favorite | 3 comments



Sorry, if it's a stupid question.

Is that what git blame does


git blame shows the last person who modified a line, and this information is retrieved from the commit history.

This extension how ever shows you which pending pull requests are changing a given file.


Exactly. GitHub is quite good at showing the history and current state of a file. This extension aims to also provide a way to see how a file might change in the future.




Consider applying for YC's Spring batch! Applications are open till Feb 11.

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: