How do I configure the appropriate git hook to send a summary email whenever a set of changes is pushed to the upstream repository?
|
|
You could add something like this to your post-receive hook in $GITDIR/hooks, or use the script in the contrib directory of the source (Available here) |
||||||||
|
|
|
setting hooks.showrev is making no distinguishable difference? :-/ Sample conf:
|
||
|
|
|
I managed to do this, but had to opt for using the contrib script, not the other (perl) script by Alexandre Julliard. It seems fancier and more configurable, but with postfix I had no mail command which would accept "-s"? Here's my way: http://pastie.textmate.org/695323 It would be nice to show some more info, like the full patch, gitweb link and commit graph as well, but this script can only do the first - if I play around with hooks.showrev it seems. Anyway, cheers and thanks for the suggestions! |
||
|
|
|
|
The syntax for adding / customizing the script, for example for this particular purpose, is not crystal clear. I think both scripts are pretty multi-purpose, are they equivalent? Anyway, thanks for the answer and link, I will sure be using it! |
||
|
|
