git-blame
git-blame copied to clipboard
Colorize based on commit/ date
It would be great if user could input a commit/ date which he wants to be highlighted. Would help in code reviews, seeing at a glance which lines have been changed/ added in a particular commit.
User might also specify something like >2014-12-05, which would highlight lines (either the line in the panel, or lines in the editor, as well) that were changed later than a specified date. Same might work for commits, but I figure it would require to go an extra mile to determine which commits are further in the commit tree.
This is a great idea. More recent commits could have red SHAs, then they gradually turn blue as they get older.