On 04/25/2012 03:01 PM, Vincent van Ravesteijn wrote:

Yes and also we no more have diffs in commit message which from time to time helps in spotting such things.

Writing script which sends to cvs/devel list full diff after commit is 5 min work. Would other developers greet if I setup this on my box and let this message be posted automatically on dev or CVS list as a reply to commit message?

It must be possible to make this change on the server. If Lars doesn't, there are other developers with access.

I've played around with this on my own repo. Basically, what I did is: (i) soft link the post-receive hook to post-receive.sample, in the hooks/ subdirectory; (ii) add to config
    [hooks]
        mailinglist = rgh...@comcast.net
        showrev = "git show -C %s; echo"
which gets you something reasonable. What I'm not sure how to do is turn off the other email message.

Richard

Reply via email to