cvs

Matthew Fluet Matthew Fluet <fluet@CS.Cornell.EDU>
Wed, 24 Oct 2001 20:56:26 -0400 (EDT)


> > The E-mail logs is pretty much done.  Once a month.
> 
> I think he means automatic emails for CVS commits that contain the
> keyword EMAIL in the log message.

Yes, I think you just need something simple in the loginfo file.

Something equivalent to: 

^mlton	if grep "EMAIL" then Mail -s %s mlton@sourcelight.com else exit fi

except my shell programming sucks; you need to split stdIn; check it once
with grep and then send the second one to Mail.