Hi,
I have successfully implemented the post-commit email notification for the post-commit hook. Now I'm looking at a bigger problem, I don't want the hook to send email for every commit. Is there a way to use the hook to maybe write the content of the email to a text file and maybe use another hook or something to send the text file?
I basically wnat to send an email with information of multiple commits.
thanks, Oded.