Open
Description
For example in tig (and similarly in magit) you can blame recursively like this: Start by blaming some file, go to some line. Then press ,
to show the blame view of the same region of the same file but at the parent commit. This can be repeated to travel further back in time, always showing the same region of file. Press <
to go the other way (forward in time).
This is very handy when trying to understand the history of a particular piece of code. It would be great to have it supported in gitui!