Hacker News new | ask | show | jobs
by uhoh-itsmaciek 462 days ago
Not sure about a GUI way of doing this, but in the CLI, I use `git log --patch [path]` all the time. It will show you the history of diffs for that one file.