Nico Huber has posted comments on this change. ( https://review.coreboot.org/21834 )
Change subject: fixup! Convert flashrom to git ......................................................................
Patch Set 1:
(1 comment)
https://review.coreboot.org/#/c/21834/1/util/git-hooks/pre-push File util/git-hooks/pre-push:
https://review.coreboot.org/#/c/21834/1/util/git-hooks/pre-push@34 PS1, Line 34: (([0-9]+.)+([0-9]+))$
Outer parentheses: because that's needed when using the matching expression
Same paragraph mentions ^ is implicit and unclear what happens if you use it. So better leave it out.
Shorter alternative:
(([0-9]+.){2,}x)$