git-lfs/subprocess
brian m. carlson 65c6bcf7fd
Remove unused pty code
The code which allocated and used a pty on Unix systems was unused, but
it did bring in a dependency on the github.com/kr/pty module. This
module is unmaintained and doesn't compile with gccgo. Since we no
longer need the pty code or this module, remove both of them.
2019-07-26 16:58:21 +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
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