githooks - Git hook to send email notification on repo changes -


how configure appropriate git hook send summary email whenever set of changes pushed upstream repository?

another, more modern way git-multimail, suggested chords below.


this how did in 2009.

you add this post-receive hook in $gitdir/hooks, or use script in contrib directory of source (available here)


Comments