Annotate with Git Blame Issue #113806
Unanswered
sweta-1011
asked this question in
Pull Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Select Topic Area
Bug
Body
When multiple people are working on a shared repository and lets say they create a new branch i.e "branch-1" from master branch and each person commits some changes to this branch-1. Now one person lets say "person1" finally raises a pull request from branch-1 to master branch and merges the changes to master. Now lets say if I'm using some IDE like Intellij and in master code if I do "Annotate with Git Blame" on the code then it shows only the name of the person who raised pull request to master even though multiple people have committed to the code in branch-1, but on the entire code which was merged to master it shows only person1's name. Ideally when doing "Annotate with Git Blame" on the source code it should show the name of the person who committed that code instead of the name of person who raised pull request for that code. Can someone please check this issue.
Beta Was this translation helpful? Give feedback.
All reactions