[Webkit-unassigned] [Bug 255737] [git-webkit] Avoid listing all branches for old commits

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 20 11:46:49 PDT 2023


https://bugs.webkit.org/show_bug.cgi?id=255737

--- Comment #2 from Jonathan Bedard <jbedard at apple.com> ---
Specifically, it seems to be this bit that's the biggest offender:

if branch != default_branch:
    branch = self.prioritize_branches(self.branches_for(hash), self.branch)

Which will always list all branches for a given hash just to determine that hash is, in fact, on `main`.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20230420/ecbedc0c/attachment.htm>


More information about the webkit-unassigned mailing list