Date: Fri, 23 Apr 2021 02:37:35 +0000 From: Alexey Dokuchaev <danfe@freebsd.org> To: Chris Rees <crees@bayofrum.net> Cc: Enji Cooper <yaneurabeya@gmail.com>, Adriaan de Groot <adridg@freebsd.org>, git@freebsd.org, developers@freebsd.org Subject: Re: One surprise in commit messages with git Message-ID: <YIIy79gIXYKWrBfj@FreeBSD.org> In-Reply-To: <F9E1D1FD-1FDC-4ADC-8568-826F33AA564F@bayofrum.net> References: <2257024.hWAQu6Pgo9@beastie.bionicmutton.org> <AD6AC6E6-DBB8-4868-A5AE-E509283211E0@gmail.com> <F9E1D1FD-1FDC-4ADC-8568-826F33AA564F@bayofrum.net>
next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, Apr 22, 2021 at 09:07:38PM +0100, Chris Rees wrote: > ... > Unfortunately, it's not really that simple- the revision parsing > is done dynamically, so if you remove that regex from Bugzilla, > historical bugs with SVN references will no longer be linked. > Whether that's a big deal or not... It is, but isn't regexp for SVN revisions is r\d+, and `r' is not a valid hex character? I don't see how would the clash happen. ./danfe
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?YIIy79gIXYKWrBfj>