alpha
Login
or
Join now
dunkirk.sh
/
core
forked from
tangled.org/core
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
This repository has no description
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
repoguard: test printing messages
author
Anirudh Oppiliappan
date
1 year ago
(Feb 5, 2025, 8:49 AM +0200)
commit
30edc603
30edc6035c6eb7b7706c52f93a4a6ea4f08effa5
parent
10638648
1063864803097da7c9fcb92d847c854261ff5c19
+6
1 changed file
Expand all
Collapse all
Unified
Split
cmd
repoguard
main.go
+6
cmd/repoguard/main.go
Reviewed
···
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