Is there any way to find the oldest line of code currently in the codebase? Out of curiosity, I'd like to be able to find the line or lines that have been unchanged for the longest time. I can imagine there is some way of running git blame on each file in the repository and processing each of them, but I was wondering if there is a simpler option.