[asdf-devel] commit emails

Do we have these? If not, can we get them? Cheers, -- Nikodemus

Do we have these? If not, can we get them?
how about an atom feed of the commit log? it's available at the bottom of the gitweb page: http://common-lisp.net/gitweb?p=projects/asdf/asdf.git i have many repos among my feeds in google reader, it's a very convenient way to follow what's happening out there. -- attila

On Tue, 6 Oct 2009, Nikodemus Siivola wrote:
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@example.com git config hooks.envelopesender asdf-sender@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
participants (4)
-
Attila Lendvai
-
Daniel Herring
-
Gary King
-
Nikodemus Siivola