tangled
alpha
login
or
join now
willdot.net
/
tangled-fork
forked from
tangled.org/core
0
fork
atom
Monorepo for Tangled
0
fork
atom
overview
issues
pulls
pipelines
repoguard: test printing messages
anirudh.fi
1 year ago
65dc25f1
09f105fe
+6
1 changed file
expand all
collapse all
unified
split
cmd
repoguard
main.go
+6
cmd/repoguard/main.go
···
112
112
"client": clientIP,
113
113
})
114
114
115
115
+
if gitCommand == "git-upload-pack" {
116
116
+
fmt.Fprintf(os.Stderr, "\x02%s\n", "Welcome to this knot!")
117
117
+
} else {
118
118
+
fmt.Fprintf(os.Stderr, "%s\n", "Welcome to this knot!")
119
119
+
}
120
120
+
115
121
cmd := exec.Command(gitCommand, fullPath)
116
122
cmd.Stdout = os.Stdout
117
123
cmd.Stderr = os.Stderr