Concept: Git Blame Through Time

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.

Comments

Leave a Reply

Your email address will not be published. Required fields are marked *