|
|
|
|
|
by rav
453 days ago
|
|
On a small team I usually already know who wrote the code I'm reading, but it's nice to see if a block of code is all from the same point in time, or if some of the lines are the result of later bugfixing. It's also useful to find the associated pull request for a block of code, to see what issues were considered in code review, to know whether something that seems odd was discussed or glossed over when the code was merged in the first place. |
|
I really want to find or build a tool that can automatically traverse history this way, like git-evolve-log.