Bug 305985
| Summary: | [webkitscmpy] Avoid calling Git.branches_for() in Git.remote_for() | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Sam Sneddon [:gsnedders] <gsnedders> |
| Component: | Tools / Tests | Assignee: | 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]
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]
Pull request: https://github.com/WebKit/WebKit/pull/57008
EWS
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
<rdar://problem/168953871>