Bug 250150

Summary: [git-webkit] Handle no TTY in credentials sub-command
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 2023-01-05 14:39:58 PST
git-webkit credentials is often invoked by git to pull a token used for git fetch or push. In the event no token can be found, this will result in an ugly stack-trace about invoking git-webkit outside a TTY. git-webkit credentials should more gracefully handle this relatively common use case.
Comment 1 Radar WebKit Bug Importer 2023-01-05 14:40:12 PST
<rdar://problem/103928951>
Comment 2 Jonathan Bedard 2023-01-05 14:41:45 PST
Pull request: https://github.com/WebKit/WebKit/pull/8252
Comment 3 EWS 2023-01-05 15:18:45 PST
Committed 258512@main (43ff7544e6f6): <https://commits.webkit.org/258512@main>

Reviewed commits have been landed. Closing PR #8252 and removing active labels.