(args ...string)
| 209 | } |
| 210 | |
| 211 | func gitNoLFSBuffered(args ...string) (*subprocess.BufferedCmd, error) { |
| 212 | return subprocess.BufferedExec("git", gitConfigNoLFS(args...)...) |
| 213 | } |
| 214 | |
| 215 | func gitNoLFSBufferedStdout(args ...string) (*subprocess.BufferedCmd, error) { |
| 216 | return subprocess.StdoutBufferedExec("git", gitConfigNoLFS(args...)...) |
no test coverage detected