Tig
Advanced filtering
Just pipe git log right into tig, for example:
git log --author="Name Surname" | tig
View revisions of file
Use blame:
vtto open tree view of commit- navigate to file with hjkl and enter
bto openblameviewbagain to step backwards of a given line,to step backwards to the parent commit of a given line<to return to where you were previously