You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 29, 2023. It is now read-only.
When looking at a log of a particular file (say https://chromium.googlesource.com/chromium/src/+log/master/chrome/browser/chrome_browser_main.cc),
there should be a way to jump directly to what that particular file looked like at
any given version.
Something that I frequently do before looking at the blame for a given version is to
scan the list of changes that touch a file until I find something that is relevant
and then take it from there.
In fact, maybe I rely on that functionality from http://src.chromium.org/viewvc even
more than actual blame.