mirror of
https://github.com/syncthing/syncthing.git
synced 2026-09-21 11:55:20 -04:00
script: Missed a newline in the commit-msg hook output
This commit is contained in:
1 parent
cead20ec91
commit
1cdfef4d6a
1 file changed
+1
@@ -39,6 +39,7 @@ func main() {
|
||||
lines := bytes.Split(bs, []byte{'\n'})
|
||||
if !subject.Match(lines[0]) {
|
||||
fmt.Printf(`Commit message subject:
|
||||
|
||||
%s
|
||||
|
||||
doesn't look like "tag: One sentence description". Specifically, it doesn't
|
||||
|
||||
Reference in new issue
Block a user