git-lfs/lfshttp
brian m. carlson 912891d48f subprocess: add functions to format shell commands
There are a small number of places where we'll want to pass data to the
shell.  Add a function which formats a command name and arguments into a
command that invokes "sh -c" with the appropriate args.  Additionally
add a form that quotes its arguments, and use this in the SSH code,
which wants to pass data to the shell.
2018-09-14 22:31:39 +00:00
..
body.go lfsapi: extract new lfshttp package 2018-09-11 14:51:29 -07:00
certs_darwin.go lfsapi: extract new lfshttp package 2018-09-11 14:51:29 -07:00
certs_freebsd.go lfsapi: extract new lfshttp package 2018-09-11 14:51:29 -07:00
certs_linux.go lfsapi: extract new lfshttp package 2018-09-11 14:51:29 -07:00
certs_openbsd.go lfsapi: extract new lfshttp package 2018-09-11 14:51:29 -07:00
certs_test.go lfsapi: implement auth redirects 2018-09-11 14:51:29 -07:00
certs_windows.go lfsapi: extract new lfshttp package 2018-09-11 14:51:29 -07:00
certs.go lfsapi: extract new lfshttp package 2018-09-11 14:51:29 -07:00
client_test.go lfsapi: extract new lfshttp package 2018-09-11 14:51:29 -07:00
client.go lfsapi: implement auth redirects 2018-09-11 14:51:29 -07:00
endpoint.go lfsapi: extract new lfshttp package 2018-09-11 14:51:29 -07:00
errors.go lfsapi: extract new lfshttp package 2018-09-11 14:51:29 -07:00
lfshttp.go lfsapi: extract new lfshttp package 2018-09-11 14:51:29 -07:00
proxy_test.go lfsapi: extract new lfshttp package 2018-09-11 14:51:29 -07:00
proxy.go lfsapi: extract new lfshttp package 2018-09-11 14:51:29 -07:00
retries_test.go lfsapi: extract new lfshttp package 2018-09-11 14:51:29 -07:00
retries.go lfsapi: extract new lfshttp package 2018-09-11 14:51:29 -07:00
ssh_test.go Merge branch 'master' into lfshttp 2018-09-14 11:42:19 -07:00
ssh.go subprocess: add functions to format shell commands 2018-09-14 22:31:39 +00:00
stats_test.go lfsapi: extract new lfshttp package 2018-09-11 14:51:29 -07:00
stats.go lfsapi: extract new lfshttp package 2018-09-11 14:51:29 -07:00
verbose_test.go lfsapi: extract new lfshttp package 2018-09-11 14:51:29 -07:00
verbose.go lfsapi: extract new lfshttp package 2018-09-11 14:51:29 -07:00