|
|
|
|
|
by tomhallett
462 days ago
|
|
Is there a git gui/extension/etc which makes exploring the git blame similar to what the author did easier? Here is what I find myself doing often: - blame on file - scroll to line 123, click on commit to see the change - ok, that commit wasn’t the “meaningful change” I’m looking for - click on parent commit - browse files (for that sha) - go to file - click blame - scroll to line 123 (or similar) - repeat |
|
Example output based on Linux kernel @ "Cregit-Linux: how code gets into the kernel": https://cregit.linuxsources.org/
I learned of Cregit recently--just submitted it to HN after seeing multiple recent HN comments (yours being one I've had open in a tab for a week to remind me! :) ) discussing issues related to line-based "blame" annotation granularity:
"Cregit-Linux: how code gets into the kernel": https://news.ycombinator.com/item?id=43451654