git-lfs/creds
brian m. carlson c752dcdf51
Move credential handling to its own package
In a future commit, we're going to be accessing credential handling from
multiple packages.  To avoid an import loop, move credential handling
into its own package.  Update all the callers of the credential handling
code to use a qualified name.

Where there is a local variable called "creds", which would conflict
with our package name, rename it "cred" instead.
2018-09-24 15:09:22 +00:00
..
creds_test.go Move credential handling to its own package 2018-09-24 15:09:22 +00:00
creds.go Move credential handling to its own package 2018-09-24 15:09:22 +00:00