Bug 240694

Summary: webkitscmpy.local.git.Git.branches_for should use git-for-each-ref
Product: WebKit Reporter: Sam Sneddon [:gsnedders] <gsnedders>
Component: Tools / TestsAssignee: Sam Sneddon [:gsnedders] <gsnedders>
Status: NEW ---    
Severity: Normal CC: jbedard, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Description Sam Sneddon [:gsnedders] 2022-05-19 16:57:49 PDT
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).
Comment 1 Radar WebKit Bug Importer 2022-05-26 16:58:20 PDT
<rdar://problem/94004623>
Comment 2 Sam Sneddon [:gsnedders] 2022-08-09 09:24:21 PDT
Pull request: https://github.com/WebKit/WebKit/pull/3150