Bug 233700 - [webkitscmpy] Do not query remotes when determining branches containing commit
Summary: [webkitscmpy] Do not query remotes when determining branches containing commit
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: WebKit Local Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2021-12-01 07:11 PST by Jonathan Bedard
Modified: 2021-12-01 11:16 PST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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)