From 1cdfef4d6a4a0b46903cc83efe62069aebf5ef23 Mon Sep 17 00:00:00 2001 From: Jakob Borg Date: Thu, 27 Oct 2016 21:47:14 +0200 Subject: [PATCH] script: Missed a newline in the commit-msg hook output --- script/commit-msg.go | 1 + 1 file changed, 1 insertion(+) diff --git a/script/commit-msg.go b/script/commit-msg.go index 401600473..8e4436771 100644 --- a/script/commit-msg.go +++ b/script/commit-msg.go @@ -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