Hacker News new | ask | show | jobs
by modalduality 3228 days ago
Wow, how did you find that commit?
1 comments

Both git and this git web view allow you to view all the commits that have modified just that file. Eg. https://sourceware.org/git/?p=glibc.git;a=history;f=resolv/r.... So it's a simple matter of looking at the diffs between commits.

Of course that's assuming you know the right file, which is often the harder problem.