()
| 234 | } |
| 235 | |
| 236 | func CatFile() (*subprocess.BufferedCmd, error) { |
| 237 | return gitNoLFSBuffered("cat-file", "--batch-check") |
| 238 | } |
| 239 | |
| 240 | func DiffIndex(ref string, cached bool, refresh bool, workingDir string) (*bufio.Scanner, error) { |
| 241 | if refresh { |
no test coverage detected