git-lfs/lfs
2015-07-27 14:55:24 -04:00
..
batcher_test.go Remove batcher timeout 2015-07-15 14:32:59 -07:00
batcher.go Remove some stale code from batcher 2015-07-27 14:54:54 -04: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 batches-of-n 2015-07-27 08:57:13 -04:00
config_test.go Improved SSH support: non-bare urls, custom ports, and GIT_SSH/plinks 2015-06-22 10:46:40 +01:00
config.go Fix import line 2015-07-09 09:45:18 -04:00
credentials_test.go set request auth from optional endpoint url username/password 2015-06-17 14:38:09 -06:00
credentials.go Parse boolean environment variables 2015-06-17 01:32:29 +02:00
download_queue.go Start integrating batcher into transfer queue 2015-07-09 14:21:49 -04:00
download_test.go Do not defer close in loop 2015-06-12 11:55:54 +02:00
endpoint.go Refactor some of the code in #404 2015-07-06 15:43:18 -06:00
errors.go rename hawser => git-lfs 2015-03-19 13:30:55 -06:00
http.go ensure responses always have a body 2015-07-21 14:44:40 -06:00
lfs.go yay v0.5.3 2015-07-22 15:35:15 -06:00
pointer_clean.go change message when lfs object is missing 2015-06-28 07:43:28 -06:00
pointer_smudge.go The apiEvent mechanism is no longer needed 2015-07-09 15:43:26 -04: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
progress_meter.go Had parameters swapped 2015-07-27 13:12:50 -04:00
scanner.go add options object to ref scanner 2015-07-05 12:18:03 -06:00
setup.go only remove pre-push if it's a known git lfs pre-push hook 2015-07-10 10:53:06 -06:00
ssh_test.go Improved SSH support: non-bare urls, custom ports, and GIT_SSH/plinks 2015-06-22 10:46:40 +01:00
ssh.go Refactor some of the code in #404 2015-07-06 15:43:18 -06:00
transfer_queue.go Add transfer to progress bar when it's added to the channel 2015-07-27 14:55:24 -04:00
upload_queue.go Start integrating batcher into transfer queue 2015-07-09 14:21:49 -04: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 Document the arguments to CopyCallback 2015-06-17 09:59:15 +01:00