Re: [PATCH] git send-email: edit recipient addresses with the --compose flag

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: Francis Galiegue <fg@...>
Cc: Git Mailing List <git@...>, Pierre Habouzit <madcoder@...>
Date: Sunday, November 9, 2008 - 4:09 pm

On Sun, 9 Nov 2008, Francis Galiegue wrote:
s a=20

The problem here was that a space should follow the field, but it may
not.  The user may unwarily backup over it.  "\s*" would match this
case.

But if there is a space, it is included in the "(.+)".  So I tried
"\s+", which did not include the space, but it won't include the first
address if there isn't a space after the field.

The quantified subpattern seemed to do the trick.  But, if it could
result in a dependency issue, I would agree this would be a bad idea.


=09Ian
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Re: [PATCH] git send-email: edit recipient addresses with th..., Ian Hilt, (Sun Nov 9, 4:09 pm)
Re: [PATCH] git send-email: edit recipient addresses with th..., Aristotle Pagaltzis, (Mon Nov 10, 4:08 am)