Ask HN: Tool to show code age across VCS history
I'm sure there was a Show HN last year for a tool that generates a stacked line graph of the amount of code that has been churned over time. The X axis is time, and the Y is lines of code, and each layer in the stacked graph neatly shows how much original code remains in the code base, and how much has been rewritten. I think its repo shows example graphs for big projects including the Linux kernel.
I've searched for every relevant keyword I can think of but cannot find this tool again. Does anyone also remember it and have a link to it?
1 comment
[ 6.2 ms ] story [ 15.2 ms ] threadI guess you can track every blame, but that would be extremely computationally heavy and doable, if you are looking for something that can give you a timeline for something as big as the linux kernel.