Code

Fix regex pattern in commit-msg
authorLuben Tuikov <ltuikov@yahoo.com>
Sun, 13 Aug 2006 07:34:37 +0000 (00:34 -0700)
committerJunio C Hamano <junkio@cox.net>
Sun, 13 Aug 2006 08:46:28 +0000 (01:46 -0700)
commite77235ea38385a127d2afc969435a56d3ff2b16d
tree61a5a673a6d926f1588df57683f7e743ef0dff01
parent01aaf1f88ddc2b99162c302710339f202996f39b
Fix regex pattern in commit-msg

Between the count and the line output, some
uniq(1) versions put a TAB character, not a space.
Make sure both are handled.

Signed-off-by: Luben Tuikov <ltuikov@yahoo.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
templates/hooks--commit-msg