git-lfs/lfs
Steve Streeting 7342df5d03 Consistently construct Endpoint from urls the same way
There are 2 ways to construct LFS urls - from explicit URLs and from the
clone URL (which gets info/lfs appended). Previously there were multiple
paths where the Endpoint could be constructed in a short-circuit manner
which prevents future expansion in common functions. This standardises
the Endpoint construction so it always happens via NewEndpoint, and
NewEndpointFromCloneURL performs the extra step of appending info/lfs.

This has a current effect of supporting SSH urls in all config settings,
and not just the remote clone URL as before. But mostly this is to enable
future expansion (improved SSH support)
2015-06-17 11:04:22 +01:00
..
client_error_test.go implement http response handling 2015-03-19 17:26:48 -06:00
client_test.go check authorization header in download tests 2015-03-19 20:47:35 -06:00
client.go Merge branch 'master' into statistician 2015-06-15 16:19:59 -04:00
config_test.go merge master 2015-05-28 11:52:06 -06:00
config.go Consistently construct Endpoint from urls the same way 2015-06-17 11:04:22 +01:00
credentials_test.go restart client with simple getCreds() 2015-03-19 15:16:52 -06:00
credentials.go Check environment variables only once per git-lfs process 2015-06-14 01:13:58 +02:00
download_queue.go Run update-index as a single background process 2015-05-27 15:52:28 -04:00
download_test.go Do not defer close in loop 2015-06-12 11:55:54 +02:00
errors.go rename hawser => git-lfs 2015-03-19 13:30:55 -06:00
http.go Build object outside of lock, pull URL from response 2015-06-16 18:34:41 -04:00
lfs.go Calculate the response header size sooner and outside of the mutex lock 2015-06-05 11:13:57 -04:00
pointer_clean.go Merge branch 'master' into concurrent-uploads 2015-04-29 11:46:20 -04:00
pointer_smudge.go merge master 2015-05-28 11:52:06 -06:00
pointer_test.go fix issues with decoding a pointer file from an empty buffer 2015-05-28 15:57:29 -06:00
pointer.go fix issues with decoding a pointer file from an empty buffer 2015-05-28 15:57:29 -06:00
scanner.go merge master 2015-05-28 11:52:06 -06:00
setup.go Merge pull request #377 from bozaro/more-fast-filter 2015-06-10 09:26:29 -06:00
ssh.go update import paths 2015-05-25 12:20:50 -06:00
transfer_queue.go Resolved race condition 2015-06-16 00:04:18 +02:00
upload_queue.go removed result of a bad master merge 2015-05-28 11:54:55 -06:00
upload_test.go Remove unused Upload() function, fix upload tests to use new functions 2015-05-27 16:57:09 -04:00
util_test.go update import paths 2015-05-25 12:20:50 -06:00
util.go Check environment variables only once per git-lfs process 2015-06-14 01:13:58 +02:00