Bug 240694
| Summary: | webkitscmpy.local.git.Git.branches_for should use git-for-each-ref | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Sam Sneddon [:gsnedders] <gsnedders> |
| Component: | Tools / Tests | Assignee: | Sam Sneddon [:gsnedders] <gsnedders> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | jbedard, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Sam Sneddon [:gsnedders]
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 | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/94004623>
Sam Sneddon [:gsnedders]
Pull request: https://github.com/WebKit/WebKit/pull/3150
EWS
Committed 305398@main (88f741f03508): <https://commits.webkit.org/305398@main>
Reviewed commits have been landed. Closing PR #3150 and removing active labels.