diff --git a/.githooks/commit-msg b/.githooks/commit-msg index da2c1a045998a53ebc71afcd46ed2b1c055182b3..a81504417052ac28e2af90be6f59dbce6c830c52 100755 --- a/.githooks/commit-msg +++ b/.githooks/commit-msg @@ -66,8 +66,8 @@ msg_first() { if test $len -eq 0; then # not yet first line return - elif test $len -lt 20; then - die 'Please make the first line at least 20 characters (yours is '$len'): + elif test $len -lt 10; then + die 'Please make the first line at least 10 characters (yours is '$len'): -------------------| '"$line"' -------------------|'