Narrow it down using git log --merges --author to figure out the commit you want and then try
git diff --name-only ${MERGE_SHA}^1..${MERGE_SHA}
Narrow it down using git log --merges --author to figure out the commit you want and then try
git diff --name-only ${MERGE_SHA}^1..${MERGE_SHA}