git-lfs/subprocess
Marat Radchenko 482260c7e3 Fix error strings to follow Go guidelines
Error strings should not be capitalized (unless beginning with proper nouns or acronyms) or end with punctuation:
https://github.com/golang/go/wiki/CodeReviewComments#error-strings
2019-10-22 17:33:49 +03: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 Fix error strings to follow Go guidelines 2019-10-22 17:33:49 +03:00