Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: ae212f9d69d1f682ebfb9d75af5a0e9daeb60275
https://github.com/WebKit/WebKit/commit/ae212f9d69d1f682ebfb9d75af5a0e9daeb60275
Author: Sam Sneddon <[email protected]>
Date: 2026-01-22 (Thu, 22 Jan 2026)
Changed paths:
M Tools/Scripts/libraries/webkitscmpy/webkitscmpy/local/git.py
Log Message:
-----------
Avoid Git.branches_for() in Git.source_remotes()
https://bugs.webkit.org/show_bug.cgi?id=305967
Reviewed by Jonathan Bedard.
Instead of relying on the config in the `personal=False` case, and the
expensive `list(self.branches_for(remote=None))` (where we make git
iterate over all branches just to find what remotes exist) in the
`personal=True` case, we now rely on the config in both cases.
* Tools/Scripts/libraries/webkitscmpy/webkitscmpy/local/git.py:
(Git.source_remotes):
Canonical link: https://commits.webkit.org/306048@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications