Hacker News new | ask | show | jobs
by lubutu 465 days ago
I mean, no. If you work on a codebase that's been going for more than a few years, the author likely doesn't even work there anymore. The commit is the important thing.
1 comments

Frankly the commit message is usually the important thing. I care about why a change happened. Give me a Jira ticket, or a line of reasoning, or some documentation. I need to know this far more often than I care who literally typed the code in the computer.
You also shouldn't assume the commit author is the same person who literally typed the code. Git is a version control system, not an audit trail.