Is there a way to list the lines of code with changes from a specific author? I just want that for the files in the current branch.
E.g. sth. like this:
- src/fileA.c:12
- src/fileA.c:34
- src/subFolder/fileB.c:56
As an alternative, the files in the current branch, that a specific author changed, would also help.
Thanks!