Bug 233700

Summary: [webkitscmpy] Do not query remotes when determining branches containing commit
Product: WebKit Reporter: Jonathan Bedard <jbedard>
Component: Tools / TestsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Local Build   
Hardware: Unspecified   
OS: Unspecified   

Description Jonathan Bedard 2021-12-01 07:11:28 PST
Noticed that `git -a --contains` ends up querying our remotes, which can be slow and undesirable.
Comment 1 Radar WebKit Bug Importer 2021-12-01 07:11:49 PST
<rdar://problem/85920569>
Comment 2 Jonathan Bedard 2021-12-01 07:17:54 PST
https://github.com/WebKit/WebKit/pull/50
Comment 3 Jonathan Bedard 2021-12-01 11:16:11 PST
Landed 244732@main (r286373)