We are using git (in Bitbucket), and a colleague sent me a pull request, which I reviewed and merged. When I check blame after that, all the reviewed code is blamed on me, not the colleague that actually wrote it...
Is there a way to blame the person that actually wrote/modified the code for each line, and not the one that just did the git merge? "To blame a person" means using the git blame tool to find out who wrote a piece of code.