@pro @anime @b0rk The Github blame view has two killer features for me for picking through the history of changes to something: it gives me immediate access to the commit and especially a 'git blame' view of the file as it was just prior to that change. The latter is extremely compelling for jumping back through the history of a function or a constant or etc (which I do a lot as I try to understand something in other people's software).