WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
305985
[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
Add attachment
proposed patch, testcase, etc.
Sam Sneddon [:gsnedders]
Comment 1
2026-01-21 15:45:53 PST
Pull request:
https://github.com/WebKit/WebKit/pull/57008
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
<
rdar://problem/168953871
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug