Bug 238679

Summary: [git-webkit] Provide https credentialing program
Product: WebKit Reporter: Jonathan Bedard <jbedard>
Component: Tools / TestsAssignee: Jonathan Bedard <jbedard>
Status: RESOLVED FIXED    
Severity: Normal CC: webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Description Jonathan Bedard 2022-04-01 12:48:45 PDT
git lets users define credential helper programs that will provide credentials instead of prompting the user for credentials. We build a credential helper program to support pushing to GitHub https remotes, in particular.
Comment 1 Radar WebKit Bug Importer 2022-04-01 12:48:59 PDT
<rdar://problem/91177114>
Comment 2 Jonathan Bedard 2022-04-01 13:17:31 PDT
Pull request: https://github.com/WebKit/WebKit/pull/239
Comment 3 Jonathan Bedard 2022-04-06 12:16:06 PDT
Landed https://commits.webkit.org/249340@main (r292490)