[Webkit-unassigned] [Bug 240694] New: webkitscmpy.local.git.Git.branches_for should use git-for-each-ref

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 19 16:57:49 PDT 2022


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

            Bug ID: 240694
           Summary: webkitscmpy.local.git.Git.branches_for should use
                    git-for-each-ref
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: gsnedders at apple.com

We're having to do pretty fragile stuff parsing the output of the git-branches porcelain command; we probably should be using `git-for-each-ref` instead. That said, if we're too old of a version of git (<2.13) , then we don't have --contains there (nor --format on git-branch).

-- 
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/20220519/1ca9132e/attachment.htm>


More information about the webkit-unassigned mailing list