Commit Graph

10 Commits

Author SHA1 Message Date
risk danger olson
4f71d45acd config.NewConfig() => config.New() 2016-07-21 17:38:44 -06:00
risk danger olson
2aa05699f1 remove config.Config references in auth pkg 2016-07-21 17:13:05 -06:00
Peter Fern
7e46933b12 Implement support for GIT_SSH_COMMAND
Per the spec, `GIT_SSH_COMMAND` takes precedence over `GIT_SSH`.

Fixes #1142
2016-06-03 18:50:42 +10:00
Taylor Blau
fc1daa28e3 lfs: use github.com/stretchr/testify for assertions 2016-05-25 10:43:10 -06:00
Taylor Blau
60fad56a89 lint: lint all files 2016-05-24 09:30:06 -06:00
Taylor Blau
4593d0a641 vendor: vendor dependencies in vendor/ using Glide
- script/vendor received an update in order to work with Glide
- import paths have been rewritten to work with GO15VENDOREXPERIMENT
2016-05-23 12:10:35 -06:00
Steve Streeting
ab53c53e72 Document that our package structure is not guaranteed to be stable 2016-05-18 11:43:42 +01:00
Steve Streeting
3298d9bbb3 Refactored many api functions to httputil/api package from lfs
Also moved ntlm to httputil since too http-specific to be contained in auth
2016-05-16 17:57:37 +01:00
Steve Streeting
590fd38801 Move NTLM code into auth package 2016-05-16 15:33:43 +01:00
Steve Streeting
8b096333d3 Rename credentials package to auth to reflect more general nature 2016-05-16 15:29:44 +01:00