Bug 305985

Summary: [webkitscmpy] Avoid calling Git.branches_for() in Git.remote_for()
Product: WebKit Reporter: Sam Sneddon [:gsnedders] <gsnedders>
Component: Tools / TestsAssignee: Sam Sneddon [:gsnedders] <gsnedders>
Status: RESOLVED FIXED    
Severity: Normal CC: webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

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.