seveas / git-spindle

Abandoned command-line interface to GitHub and other central git services
Other
172 stars 35 forks source link

Fix use_credential_helper determination #190

Closed Vampire closed 2 years ago

Vampire commented 3 years ago

credential.helper is a multi-valued configuration option and all values are tried in order only broken by an empty entry. The new code reflects this logic to determine whether a proper credential helper is in the loop.