On Tue, 6 Oct 2009, Nikodemus Siivola wrote: > 2009/10/6 Attila Lendvai <[email protected]>: > >> 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 [email protected] git config hooks.envelopesender [email protected] 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 _______________________________________________ asdf-devel mailing list [email protected] http://common-lisp.net/cgi-bin/mailman/listinfo/asdf-devel
