Home
last modified time | relevance | path

Searched refs:nonBlankLines (Results 1 – 8 of 8) sorted by relevance

/dports/devel/git-codereview/review-1.0.2/git-codereview/
H A Dgofmt.go133 …indexFiles := addRoot(repo, filter(gofmtRequired, nonBlankLines(cmdOutput("git", "diff", "--name-o…
134 …localFiles := addRoot(repo, filter(gofmtRequired, nonBlankLines(cmdOutput("git", "diff", "--name-o…
213 for _, line := range nonBlankLines(cmdOutputDir(repo, "git", args...)) {
295 hashes := nonBlankLines(cmdOutput("git", write...))
H A Dbranch.go340 for _, s := range nonBlankLines(cmdOutput("git", "status", "-b", "--porcelain")) {
352 for _, s := range nonBlankLines(cmdOutput("git", "status", "-b", "--porcelain")) {
391 for _, s := range nonBlankLines(cmdOutput("git", "branch", "-q")) {
411 for _, line := range nonBlankLines(cmdOutput("git", "branch", "-a", "-q")) {
528 return nonBlankLines(cmdOutput("git", "diff", "--name-only", c.Parent, c.Hash, "--"))
H A Dconfig.go85 for _, line := range nonBlankLines(raw) {
H A Dreword.go46 for _, line := range nonBlankLines(cmdOutput("git", "branch", "-l")) {
H A Dmail.go269 for _, line := range nonBlankLines(cmdOutput("git", "log", "--format=format:%B", "-n", "1000")) {
H A Dsync.go260 for _, s := range nonBlankLines(cmdOutputDir(repoRoot(), "git", "status", "-b", "--porcelain")) {
H A Dreview.go289 func nonBlankLines(text string) []string { func
/dports/misc/perkeep/perkeep-0.11/dev/devcam/
H A Dhook.go198 indexFiles := addRoot(repo, nonBlankLines(out))
247 func nonBlankLines(text string) []string { func