As mentioned in the question, after or at the time of pulling modified code to my production base i want to notify others about changes are going to be done to my production base or changes took place in production base through emails.
git-hooks mentioned here doesn't match with my criteria.
Can any one suggest me a hook/script/gem that can do my job with example?
Thanks a lot in advance.
EDIT: Can any one give me a sample of post-merge hook