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!
CodePudding user response:
I think the first part (line changes by an author) of your question has an answer here
and the second part (all files changed by an author) has an answer here