Some specific line has really a lot of changes. It is very useful if this plugin list all PR that happens to the specific line. https://stackoverflow.com/questions/50469927/view-git-history-of-specific-line command would be ``` git log -L150,+1:file_path_from_project ```
Some specific line has really a lot of changes. It is very useful if this plugin list all PR that happens to the specific line.
https://stackoverflow.com/questions/50469927/view-git-history-of-specific-line
command would be