spiegel-keyman/resources/git-hooks/commit-msg-defs

6 lines
86 B
Bash
Executable file

#!/bin/bash
# Configurable options for message length.
#
min_length=4
max_length=128