Can git blame be used to view all lines in the current codebase committed by a single user?
Closest I could get was
git log -p --author=<author> <filename>
or
git blame <filename> | grep <authorname>
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With