git-lfs/subprocess
brian m. carlson 54fc03da43 subprocess: don't escape shell command due to slash
Add the slash to the list of characters which don't require quoting for
the shell.  No POSIX-compatible shell requires escaping the slash, and
ignoring it for the purposes of escaping lets us write cleaner,
nicer-to-read trace output.

Don't do the same with the backslash, which while being the equivalent
on Windows, is handled specially by POSIX shells.
2018-09-14 22:28:28 +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 tools: move ShellQuote to subprocess 2018-09-14 21:50:09 +00:00
subprocess_windows.go Fix for #1874 2017-01-19 09:37:26 -05:00
subprocess.go subprocess: don't escape shell command due to slash 2018-09-14 22:28:28 +00:00