You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/config.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -119,6 +119,14 @@ Default: `false`
119
119
120
120
Disallow empty commit messages, useful in CI. [Read more][allow_abort]
121
121
122
+
### `message_length_limit`
123
+
124
+
Type: `int`
125
+
126
+
Default: `0`
127
+
128
+
Maximum length of the commit message. Setting it to `0` disables the length limit. It can be overridden by the `-l/--message-length-limit` command line argument.
0 commit comments