[UTC] Fix git URL regex
authorHenrik G. Olsson <hnrklssn@gmail.com>
Wed, 5 Jul 2023 12:35:00 +0000 (14:35 +0200)
committerHenrik G. Olsson <hnrklssn@gmail.com>
Wed, 5 Jul 2023 12:38:02 +0000 (14:38 +0200)
commit6d64faf3b1d96f4dba8c2c46b8b65f1cc978e82b
tree17e9ad853b7e7bd685e3fd9ec7a8277f51717caf
parentfc5e76da22cdcd7a3486963ded354d41459744c3
[UTC] Fix git URL regex

The previous git URL regex only matched SSH urls, starting with 'git@'.
If the repo was cloned using a https URL it would not match.

rdar://105239218
llvm/utils/UpdateTestChecks/common.py