Tommy Svensson writes:
> 
> Can I match more than one pattern? Because the way things wotk with loginfo,
> only the first line with a pattern match is invoked.
> 
> Thus, I can't do this in loginfo:
> 
> ^dir1 execute malicious script! ;)
> ^dir1/subdir execute really malicious script!

The first matching line is used, so you can do:

        ^dir1/subdir  execute script that runs both scripts
        ^dir1         execute malicious script

> Can this be done using commitinfo?

Can *what* be done with commitinfo?!?  It just use the first matching
line, too.

-Larry Jones

But Mom, frogs are our FRIENDS! -- Calvin

_______________________________________________
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs

Reply via email to