NEW 240694
webkitscmpy.local.git.Git.branches_for should use git-for-each-ref
https://bugs.webkit.org/show_bug.cgi?id=240694
Summary webkitscmpy.local.git.Git.branches_for should use git-for-each-ref
Sam Sneddon [:gsnedders]
Reported 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).
Attachments
Radar WebKit Bug Importer
Comment 1 2022-05-26 16:58:20 PDT
Sam Sneddon [:gsnedders]
Comment 2 2022-08-09 09:24:21 PDT
Note You need to log in before you can comment on or make changes to this bug.