git-lfs/creds
Preben Ingvaldsen 1026ff073c creds: Add new NetrcCredentialHelper
This commit adds a new credential helper, NetrcCredentialHelper,
to retrieve credentials from a .netrc file. This replaces the
old .netrc authorization behaviour, which was done directly from
the `doWithAuth()` code.

Additionally, this commit moves all of the `.netrc` functionality
out of `lfsapi` and into `creds`. This was done both because
`creds` is now the logical place for the `.netrc` functionality,
and to prevent an import cycle between `creds` and `lfsapi`.
2018-10-08 16:18:06 -07:00
..
creds_nix.go creds: Add new NetrcCredentialHelper 2018-10-08 16:18:06 -07:00
creds_test.go Move credential handling to its own package 2018-09-24 15:09:22 +00:00
creds_windows.go creds: Add new NetrcCredentialHelper 2018-10-08 16:18:06 -07:00
creds.go creds: Add new NetrcCredentialHelper 2018-10-08 16:18:06 -07:00
netrc_test.go creds: Add new NetrcCredentialHelper 2018-10-08 16:18:06 -07:00
netrc.go creds: Add new NetrcCredentialHelper 2018-10-08 16:18:06 -07:00