]> git.ipfire.org Git - thirdparty/man-pages.git/commit
src/bin/grepc_c: -tt: Remove negative lookahead
authorAlejandro Colomar <alx@kernel.org>
Wed, 5 Nov 2025 22:36:07 +0000 (23:36 +0100)
committerAlejandro Colomar <alx@kernel.org>
Thu, 6 Nov 2025 00:43:11 +0000 (01:43 +0100)
commit902bef84c0b44c69d2632ffb6bca675d4014b8c2
tree28c89c09fd321ef2e424393ccd328a8402397b7a
parentb3a4882b2c95e5ccf4a6bdd9b6408fd138a36dd9
src/bin/grepc_c: -tt: Remove negative lookahead

It was useful when we had separate calls to pcre2grep(1) for each
pattern, but now that we call it once, it's fine to have overlapping
regexes.

Signed-off-by: Alejandro Colomar <alx@kernel.org>
src/bin/grepc_c