Skip to content
Snippets Groups Projects
Commit 88c8861f authored by Russell Taylor's avatar Russell Taylor
Browse files

Encourage meaningful commit messages. Re #3977.

parent d198cdf3
No related branches found
No related tags found
No related merge requests found
......@@ -62,8 +62,8 @@ msg_first() {
if test $len -eq 0; then
# not yet first line
return
elif test $len -lt 11; then
die 'The first line must be at least 11 characters:
elif test $len -lt 30; then
die 'The first line must be at least 30 characters:
--------
'"$line"'
--------'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment