]> git.ipfire.org Git - thirdparty/git.git/commit
Switch grep from non-portable BRE to portable ERE
authorMarcel Telka <marcel@telka.sk>
Fri, 17 May 2024 19:01:49 +0000 (21:01 +0200)
committerJunio C Hamano <gitster@pobox.com>
Fri, 17 May 2024 19:13:18 +0000 (12:13 -0700)
commit0f063b6c766fc98124f60b6b0f8424142641ff88
treee4b2fa8aa415d32167bbf15d19677b4d6c16385d
parentd8ab1d464d07baa30e5a180eb33b3f9aa5c93adf
Switch grep from non-portable BRE to portable ERE

This makes the grep usage fully POSIX compliant.  The ability to
enable ERE features in BRE using backslash is a GNU extension.

Signed-off-by: Marcel Telka <marcel@telka.sk>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
mergetools/vimdiff
t/t1404-update-ref-errors.sh