[asdf-devel] commit emails
Daniel Herring
dherring at tentpost.com
Wed Oct 7 02:17:08 UTC 2009
On Tue, 6 Oct 2009, Nikodemus Siivola wrote:
> 2009/10/6 Attila Lendvai <attila.lendvai at gmail.com>:
>
>> how about an atom feed of the commit log? it's available at the bottom
>
> I'd prefer email, because that makes it easy to comment on stuff. Feed
> is better than nothing, of course.
It is not terribly hard to have an email sent after each change. To do
so, copy post-receive-email to asdf.git/hooks/post-receive, set it
executable, and set a few config settings.
git config hooks.mailinglist asdf-commits-list at example.com
git config hooks.envelopesender asdf-sender at example.com
git config hooks.emailprefix '[asdf.git]'
This is all detailed by comments in the script. I couldn't find this
script in the normal locations, but `locate post-receive-email` finds
several copies on the cl.net server.
Hope that helps,
Daniel
More information about the asdf-devel
mailing list