git-lfs/lfsapi
brian m. carlson 3ee26845d9
Add a configuration option to control the SSH protocol is used
Some people have very slow SSH round trips and the extra time to attempt
a failed git-lfs-transfer operation is bothersome.  Let's add an option
to allow users to use either the pure SSH protocol or the older hybrid
protocol based on the URL in question to let them choose the right value
if they know what it should be.
2023-11-06 16:28:29 +00:00
..
auth_test.go creds: allow multiple values for a key 2023-06-02 13:25:59 +00:00
auth.go lfsapi: avoid indexing a nonexistent value 2023-08-30 20:48:06 +00:00
body.go lfsapi: Ensure requests include Content-Length header if necessary 2017-01-25 08:59:11 -07:00
client.go Set package version to v3 2021-09-02 20:41:08 +00:00
endpoint_finder_test.go Add the original LFS URL to the Endpoint struct 2023-11-06 16:19:10 +00:00
endpoint_finder.go fmt 2023-09-07 19:05:39 -07:00
kerberos.go Set package version to v3 2021-09-02 20:41:08 +00:00
lfsapi.go Add a configuration option to control the SSH protocol is used 2023-11-06 16:28:29 +00:00
response_test.go Set package version to v3 2021-09-02 20:41:08 +00:00