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
Differential D154504
[UTC] Fix git URL regex hnrklssn on Jul 5 2023, 5:38 AM. Authored by
Details
The previous git URL regex only matched SSH urls, starting with 'git@'. rdar://105239218
Diff Detail
Event TimelineComment Actions This patch has already been landed as 6d64faf. This is my first time requesting a post-commit review (since I broke the buildbot and the fix was trivial), so please let me know if I missed something in that process.
Comment Actions Superseded by D154520, I believe.
Generally, post-commit review means that someone sees your commit and leaves a comment on it -- it's not necessary to submit an actual review for it after the fact. |
I think this needs to be more permissive than that. E.g. my installed clang version is clang version 15.0.7 (Fedora 15.0.7-2.fc37) and my development version is just clang version 17.0.0 because I have git detection disabled. (If this is the same as clang -v.)