From aabd4ebd35a5453dcb6a8a40cf0e27fe8f06fa03 Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Wed, 8 Apr 2009 11:10:35 +0200 Subject: [PATCH] Add ASoC: to prereceive --- hooks/alsa-kernel.git/pre-receive | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hooks/alsa-kernel.git/pre-receive b/hooks/alsa-kernel.git/pre-receive index 58399b2..0969cff 100755 --- a/hooks/alsa-kernel.git/pre-receive +++ b/hooks/alsa-kernel.git/pre-receive @@ -330,7 +330,7 @@ def do_check_commit(lines): # exit(1) if not lines[6][4:].upper().startswith('[ALSA] ') and \ not lines[6][4:].upper().startswith('ALSA: ') and \ - not lines[6][4:].upper().startswith('ASoC: ') and \ + not lines[6][4:].upper().startswith('ASOC: ') and \ not lines[6][4:].upper().startswith('[SOUND] ') and \ not lines[6][4:].upper().startswith('SOUND: '): error(lines, 'First log line does not start with "[ALSA] " or "ALSA: " or "[SOUND] " or "SOUND: "\n') -- 2.47.1