There is a file in our git repository in work, I want to find out who merged this file into a branch.
I have the commit hash that identifies the commit (lets say 5
5
git log -1 --merges
Will show the most recent merge commit log since the commit (including itself).