git-lfs/lfs
2016-04-14 15:03:48 +01: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 use getCredsForAPI() for everything 2016-04-08 14:53:02 -06: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 Merge pull request #1122 from rjbell4/allowaccess 2016-04-06 08:23:41 -06:00
credentials_test.go fix netrc matching when host has no port 2016-04-13 21:03:15 -06:00
credentials.go fix netrc matching when host has no port 2016-04-13 21:03:15 -06: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 Backport better-errors from #1023 to release-1.1 2016-02-23 10:57:33 -07:00
errors.go Backport better-errors from #1023 to release-1.1 2016-02-23 10:57:33 -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 Changelog & version bump for v1.2.0 2016-04-14 15:03:48 +01:00
ntlm_test.go better var names 2015-11-16 11:46:28 -07:00
ntlm.go use getCredsForAPI() for everything 2016-04-08 14:53:02 -06:00
pointer_clean.go Undo extensions change, not required by this PR 2015-08-26 16:31:30 +01:00
pointer_smudge.go Style fixes based on review feedback 2016-04-05 22:06:44 +03: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 13:28:28 -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 Refactor all scanner-related functions to wrap channels & report async errors 2016-03-31 12:00:44 +01:00
scanner.go Don't quote ref in ambiguous message, already includes quotes 2016-04-01 09:43:11 +01: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 SSH should be called more strictly with command as one argument 2016-04-08 16:52:55 +01:00
stringset.go Add StringSet to replace use of map[string]struct{} directly 2015-10-02 09:44:27 -07:00
transfer_queue.go introduce an uploadContext struct to share in push and pre-push 2016-04-06 13:06:34 -06:00
upload_queue.go Backport better-errors from #1023 to release-1.1 2016-02-23 10:57:33 -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 Review fixes 2016-04-05 22:34:23 +03:00