May be its asked already but I couldn't find it in here.
I have a branch FEATURE
merged into a branch STABLE
and currently when I do git show
from STABLE
am getting the last commit which is
commit 265d684b67e66ba762bd438c44e49881f7fd571b
Merge: 5285837 78d9687
Author: xxxxx
Date: Thu Sep 6 18:58:46 2012 -0400
Merge branch 'FEATURE' into STABLE
Couldn't figure out how to find who last committed what change to the FEATURE
branch before its merged to STABLE
?
This is needed to send a notification to the committer who lastly committed some changes.
Let me know if any further info required and any help/suggestions would be appreciated?