git-lfs/lfsapi
Chris Darroch b5ecbd9ca4 lfs{api,http}: test bare repo local path endpoints
When generating a local path endpoint, we now test whether the
path corresponds to a bare repo lacking a .git directory, and if so,
we ensure the endpoint path has any trailing .git segment trimmed.

Conversely, we ensure the endpoint path has a final .git segment if
a .git directory is found.

The test suite is updated to check the four relevant cases.
2020-04-01 17:37:50 -07:00
..
auth_test.go Add support for Kerberos authentication 2019-12-09 15:35:53 +00:00
auth.go Add support for Kerberos authentication 2019-12-09 15:35:53 +00:00
body.go lfsapi: Ensure requests include Content-Length header if necessary 2017-01-25 08:59:11 -07:00
client.go Add support for Kerberos authentication 2019-12-09 15:35:53 +00:00
endpoint_finder_test.go lfs{api,http}: test bare repo local path endpoints 2020-04-01 17:37:50 -07:00
endpoint_finder.go creds: move Access types into creds package 2019-12-09 15:35:52 +00:00
kerberos.go Add support for Kerberos authentication 2019-12-09 15:35:53 +00:00
lfsapi.go Use git-lfs version of go-ntlm 2019-04-01 19:00:38 +00:00
ntlm_auth_nix.go Use flag on ntlm_auth implementation to determine if SSPI should be attempted. 2019-05-03 15:36:04 -04:00
ntlm_auth_test_nix.go Use SSPI ntlm authentication on windows: 2018-02-27 17:02:57 +01:00
ntlm_auth_windows.go Use flag on ntlm_auth implementation to determine if SSPI should be attempted. 2019-05-03 15:36:04 -04:00
ntlm_test.go NTLM testing cleanup for *nix. 2019-05-03 15:49:12 -04:00
ntlm.go Fix error strings to follow Go guidelines 2019-10-22 17:33:49 +03:00
response_test.go lfsapi: introduce interface for initializing a Client 2017-10-25 15:33:20 -06:00