Bug 238679 - [git-webkit] Provide https credentialing program
Summary: [git-webkit] Provide https credentialing program
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Jonathan Bedard
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2022-04-01 12:48 PDT by Jonathan Bedard
Modified: 2022-04-06 12:16 PDT (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 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)