git-lfs/subprocess
brian m. carlson 9580353dca subprocess: add a function to shell quote a single string
We currently have a function to shell quote a list of strings, but in
some cases we may want to just quote a single string.  To avoid the
complexity of having to create a bunch of temporaries and then index out
the result, create a function that shell quotes just a single string.
2018-09-14 22:46:17 +00:00
..
buffered_cmd.go git: add git[NoLFS]Buffered() to run a Git processes with buffered output 2017-08-22 19:34:29 +02:00
cmd.go Fix for #1874 2017-01-19 09:37:26 -05:00
pty_nix.go vendor: vendor dependencies in vendor/ using Glide 2016-05-23 12:10:35 -06:00
pty_windows.go Move TTY wrapper to subprocess package, makes more sense now it exists 2016-03-17 15:05:32 +00:00
pty.go Move TTY wrapper to subprocess package, makes more sense now it exists 2016-03-17 15:05:32 +00:00
subprocess_nix.go Fix for #1874 2017-01-19 09:37:26 -05:00
subprocess_test.go subprocess: add functions to format shell commands 2018-09-14 22:31:39 +00:00
subprocess_windows.go Fix for #1874 2017-01-19 09:37:26 -05:00
subprocess.go subprocess: add a function to shell quote a single string 2018-09-14 22:46:17 +00:00