Variable: git-commit-style-convention-checks
git-commit-style-convention-checks is a customizable variable defined
in git-commit.el.
Value
(non-empty-second-line)
Documentation
List of checks performed by git-commit-check-style-conventions.
Valid members are non-empty-second-line and overlong-summary-line.
That function is a member of git-commit-finish-query-functions(var)/git-commit-finish-query-functions(fun).
Source Code
;; Defined in ~/.emacs.d/elpa/magit-20260411.1452/git-commit.el
(defcustom git-commit-style-convention-checks '(non-empty-second-line)
"List of checks performed by `git-commit-check-style-conventions'.
Valid members are `non-empty-second-line' and `overlong-summary-line'.
That function is a member of `git-commit-finish-query-functions'."
:options '(non-empty-second-line overlong-summary-line)
:type '(list :convert-widget custom-hook-convert-widget)
:group 'git-commit)