In the Tig text-mode interface for git, one can view a blame for an individual file and then open a diff view to see that commit that modified that line. e.g.
tig blame file.cpp
(Select a line, press enter.)
However, the diff displayed is limited to the individual file, even if the commit modified multiple files. This is a good default, but is there a way to expand this view to full commit with diff across all files?
The current work around is to copy paste the commit hash, exit, and then use either git or tig to show it.
Use the toggle-files action. By default it is bound to '%'.