MCPcopy
hub / github.com/git-lfs/git-lfs / gitSimple

Function gitSimple

git/git.go:224–226  ·  view source on GitHub ↗
(args ...string)

Source from the content-addressed store, hash-verified

222}
223
224func gitSimple(args ...string) (string, error) {
225 return subprocess.SimpleExec("git", args...)
226}
227
228func gitBuffered(args ...string) (*subprocess.BufferedCmd, error) {
229 return subprocess.BufferedExec("git", args...)

Callers 3

DiffIndexFunction · 0.85
DiffIndexWithPathsFunction · 0.85
IsWorkingCopyDirtyFunction · 0.85

Calls 1

SimpleExecFunction · 0.92

Tested by

no test coverage detected