Home
last modified time | relevance | path

Searched refs:cmdOutputDir (Results 1 – 3 of 3) sorted by relevance

/dports/devel/git-codereview/review-1.0.2/git-codereview/
H A Dsync.go250 cmdOutputDir(repoRoot(), "git", "checkout", what, "--", "codereview.cfg")
260 for _, s := range nonBlankLines(cmdOutputDir(repoRoot(), "git", "status", "-b", "--porcelain")) {
285 cmdOutputDir(repoRoot(), "git", "status"),
286 cmdOutputDir(repoRoot(), "git", "status", "-b", "--porcelain"))
385 cmdOutputDir(repoRoot(), "git", "checkout", "origin/"+dst, "--", "codereview.cfg")
H A Dreview.go212 return cmdOutputDir(".", command, args...)
222 func cmdOutputDir(dir, command string, args ...string) string { func
H A Dgofmt.go213 for _, line := range nonBlankLines(cmdOutputDir(repo, "git", args...)) {