info-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: verifymsg too many matches


From: Larry Jones
Subject: Re: verifymsg too many matches
Date: Sat, 16 Mar 2002 14:36:30 -0500 (EST)

address@hidden writes [in one very long line]:
> 
> Hi! I check the format of commit messages using verifymsg on one
> module called 'ca' . The problem is that the verifymsg is matching all
> directories with 'ca' in the name, instead of just the original 'ca'
> module. Does anyone know of a solution to this?

You have to anchor the regular expression.  Instead of just "ca", use
"^ca$".

-Larry Jones

Somebody's always running my life.  I never get to do what I want to do.
-- Calvin



reply via email to

[Prev in Thread] Current Thread [Next in Thread]