RESOLVED FIXED305985
[webkitscmpy] Avoid calling Git.branches_for() in Git.remote_for()
https://bugs.webkit.org/show_bug.cgi?id=305985
Summary [webkitscmpy] Avoid calling Git.branches_for() in Git.remote_for()
Sam Sneddon [:gsnedders]
Reported 2026-01-21 15:27:06 PST
We only actually care about a small number of remotes, and only care about one specific branch name. We can avoid having to iterate over all refs (both in git and in our own code) if we adopt git-for-each-ref here.
Attachments
Sam Sneddon [:gsnedders]
Comment 1 2026-01-21 15:45:53 PST
EWS
Comment 2 2026-01-26 15:51:00 PST
Committed 306251@main (6ba097083082): <https://commits.webkit.org/306251@main> Reviewed commits have been landed. Closing PR #57008 and removing active labels.
Radar WebKit Bug Importer
Comment 3 2026-01-26 15:51:15 PST
Note You need to log in before you can comment on or make changes to this bug.