I've created a bare (central) repository on a windows machine. My colleagues and myself are now using this repository. I want the git to send out an email notification whenever it's updated. I know that we need to write some script in post-receive
hook and configure mailinglist
and emailprefix
properties. But what i need is the script (in post-receive), which sends out a mail in windows machine.
Note: There is a similar question asked here. But the answer is 'what to do?' not 'how to do?. Can I have git send out an email with the post-receive-email scripts if my repo is on a Windows machine?
Thanks in advance.