# Check that the author of this commit has the rights to perform # the commit on the files and directories being modified. #commit-access-control.pl "$REPOS" "$TXN" commit-access-control.cfg || exit 1
#这里为什么是48呢,一个汉字对应16个字符 必须填四个汉字 if [ "$LOGMSG" -lt 48 ] then echo"至少输入4个汉字的描述" >&2 exit 1 fi