bug-gnulib
[Top][All Lists]
Advanced

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

Re: [PATCH] git-version-gen: Fix for tags containing '-'


From: Markus Armbruster
Subject: Re: [PATCH] git-version-gen: Fix for tags containing '-'
Date: Mon, 07 Aug 2017 10:14:38 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.2 (gnu/linux)

Paul Eggert <address@hidden> writes:

> Markus Armbruster wrote:
>> Should we replace /-([^-]+)-g([^-]*)$/ by /.\1-\2/?  Extended regexp
>> for clarity.  Tighter matching would be possible, say
>> /-([0-9]+)-g[0-9a-f]{4,}$/.
>
> Sounds good, I installed the attached.

Works for me, thanks!



reply via email to

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