git-lfs/lfs
Steve Streeting 15592a4391 Merge pull request #1081 from github/sslverify-per-host
Support gitconfig sslverify for specific host
2016-03-18 08:54:27 +00:00
..
attribute.go Use --global to determine if needs to set a global attribute 2015-10-21 16:36:31 +01:00
batcher_test.go lfs/batcher: remove Lot type for []Transferable 2015-08-28 11:34:33 -04:00
batcher.go fix another documentation again 2015-09-09 11:16:24 -04:00
certs_darwin.go Rework certs, only return custom root CAs if we find matching for host 2016-03-08 16:48:07 +00:00
certs_linux.go Fix signatures on Linux/Windows specific builds 2016-03-08 16:49:38 +00:00
certs_test.go Support gitconfig sslverify for specific host 2016-03-17 16:33:48 +00:00
certs_windows.go Fix signatures on Linux/Windows specific builds 2016-03-08 16:49:38 +00:00
certs.go Support gitconfig sslverify for specific host 2016-03-17 16:33:48 +00:00
client_error_test.go merge master 2015-09-01 12:32:55 -06:00
client_test.go The standard base64 encoding is more common 2016-02-09 11:28:41 -07:00
client.go Rework certs, only return custom root CAs if we find matching for host 2016-03-08 16:48:07 +00:00
config_netrc.go Use a build flagged var instead of var + init() for setting netrc name 2015-11-21 10:14:10 -05:00
config_nix.go Fix Windows build; +build directive needs blank line after 2016-03-14 11:28:36 +00:00
config_test.go add lfs.gitprotocol to configure default protocol for git:// lfs server 2016-02-02 10:42:20 -07:00
config_windows.go Use a build flagged var instead of var + init() for setting netrc name 2015-11-21 10:14:10 -05:00
config.go Protect http client cache with mutex 2016-03-11 09:24:10 +00:00
credentials_test.go The standard base64 encoding is more common 2016-02-09 11:28:41 -07:00
credentials.go merge master 2016-03-03 10:33:32 -07:00
download_queue.go Export ObjectResource; it's returned by several exported functions 2015-11-25 12:01:45 +00:00
download_test.go ignore certain docker network test errors 2016-03-01 09:34:05 -07:00
endpoint.go add lfs.gitprotocol to configure default protocol for git:// lfs server 2016-02-02 10:42:20 -07:00
errors_test.go add tests for GetInnerError() 2016-02-23 10:26:21 -07:00
errors.go actually print non-fatal errors 2016-02-23 09:11:52 -07:00
extension_test.go LFS Extensions: git-lfs ext command 2015-07-31 17:07:35 -04:00
extension.go refactor lfs.SortExtensions 2015-08-04 08:48:26 -06:00
hook.go teach 'update' cmd how to install hooks in bare repos 2015-09-17 16:26:02 -06:00
http.go Support gitconfig sslverify for specific host 2016-03-17 16:33:48 +00:00
lfs_test.go don't expose the localstorage object from the lfs package 2016-02-23 11:14:43 -07:00
lfs.go remove some more ls.objects references 2016-02-23 11:20:28 -07:00
ntlm_test.go better var names 2015-11-16 11:46:28 -07:00
ntlm.go Rework certs, only return custom root CAs if we find matching for host 2016-03-08 16:48:07 +00:00
pointer_clean.go Undo extensions change, not required by this PR 2015-08-26 16:31:30 +01:00
pointer_smudge.go Export ObjectResource; it's returned by several exported functions 2015-11-25 12:01:45 +00:00
pointer_test.go Test for empty file pointer generation 2016-02-01 23:24:13 +01:00
pointer.go simpler early return 2016-02-02 10:14:58 -07:00
progress_meter.go remove concurrent map access issue 2016-02-23 12:00:45 -07:00
scanner_git_test.go Enable ScanUnpushed to report for named remotes instead of all remotes 2015-10-02 09:44:28 -07:00
scanner_test.go write a quick benchmark 2016-02-19 16:22:24 -07:00
scanner.go Split RemoteRefs into 2 functions, one for cached, one for real remote call 2016-03-01 10:01:24 +00:00
setup.go Fix smudge/clean filters to work with filenames that have leading dashes 2016-03-17 14:46:18 -07:00
ssh_test.go Support remote.name.pushurl correctly to fix #945 2016-01-25 16:56:07 +00:00
ssh.go goimports 2015-10-19 13:46:41 -06:00
stringset.go Add StringSet to replace use of map[string]struct{} directly 2015-10-02 09:44:27 -07:00
transfer_queue.go Export ObjectResource; it's returned by several exported functions 2015-11-25 12:01:45 +00:00
upload_queue.go tweak the error from ensureFile() 2016-02-23 09:16:39 -07:00
upload_test.go ignore certain docker network test errors 2016-03-01 09:34:05 -07:00
util_generic.go Fix non linux with cgo build condition 2016-01-30 00:58:55 +03:00
util_linux.go goimports 2016-02-04 13:42:43 -07:00
util_test.go Eliminate duplication on filter tests 2015-07-30 11:02:45 +01:00
util.go Add copy-on-write support for Linux BTRFS filesystem 2016-01-26 12:45:39 +03:00