git-lfs/subprocess
brian m. carlson acff2f3336
subprocess: fix incorrect string in test
We ported these tests out of the tools package into the subprocess
package but didn't update the strings.  Let's do so now.
2022-05-10 17:05:16 +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 subprocess: trace all command execution 2020-07-01 12:13:29 -07:00
path_nix.go Update formatting for Go 1.17 2021-08-17 20:24:58 +02:00
path_windows.go Update formatting for Go 1.17 2021-08-17 20:24:58 +02:00
path.go subprocess: don't treat empty PATH component as . on Windows 2021-08-31 16:53:46 +00:00
subprocess_nix.go subprocess: report errors when finding executables 2022-04-19 09:45:20 -07:00
subprocess_test.go subprocess: fix incorrect string in test 2022-05-10 17:05:16 +00:00
subprocess_windows.go subprocess: report errors when finding executables 2022-04-19 09:45:20 -07:00
subprocess.go subprocess: add function to replace percent codes 2022-05-10 16:12:30 +00:00