Git Blame Through Time [29 Jul 2022]
For a given set of lines in a file, and a given destination hash, show the history of the lines before a certain point, and as they were modified on the way to the destination.
START -> ... -> P -> ... -> DEST
Visualize the way the lines change over time, forward and backward. When did they enter the codebase? When did they leave it, or are they still around?
Interactively answer similar questions to git bisect
, git blame
, etc.