tangled
alpha
login
or
join now
whitequark.org
/
git-pages
10
fork
atom
[mirror] Scalable static site server for Git forges (like GitHub Pages)
10
fork
atom
overview
issues
pulls
pipelines
Separate principals with a comma in audit log.
whitequark.org
2 weeks ago
52fa8d14
3830af53
+1
-1
1 changed file
expand all
collapse all
unified
split
src
audit.go
+1
-1
src/audit.go
···
113
113
}
114
114
}
115
115
if len(items) > 0 {
116
116
-
return strings.Join(items, ";")
116
116
+
return strings.Join(items, ",")
117
117
} else {
118
118
return "<unknown>"
119
119
}