git-lfs/lfsapi
brian m. carlson 45511006e3
lfsapi: don't warn about duplicate but identical aliases
Currently, we warn about aliases (e.g., url.*.insteadOf) when there's
already an alias for the same URL; that is, when the insteadOf entry
matches an existing one.  However, in some environments, multiple
aliases are defined, but all to the same root URL (the one in the key).

In such a case, don't warn, since these aliases are already identical.
Do continue to warn if the root URL is different at all, since these are
different aliases for the same URL, and add a test for both of these
cases.
2021-02-24 17:44:27 +00:00
..
auth_test.go Remove NTLM support 2021-02-02 16:41:41 +00:00
auth.go Remove NTLM support 2021-02-02 16:41:41 +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 Remove NTLM support 2021-02-02 16:41:41 +00:00
endpoint_finder.go lfsapi: don't warn about duplicate but identical aliases 2021-02-24 17:44:27 +00:00
kerberos.go Remove NTLM support 2021-02-02 16:41:41 +00:00
lfsapi.go Remove NTLM support 2021-02-02 16:41:41 +00:00
response_test.go lfsapi: introduce interface for initializing a Client 2017-10-25 15:33:20 -06:00