Function: git-commit--auto-fill-except-summary
git-commit--auto-fill-except-summary is a byte-compiled function
defined in git-commit.el.
Signature
(git-commit--auto-fill-except-summary)
Documentation
Do not fill summary line.
Source Code
;; Defined in ~/.emacs.d/elpa/magit-20260411.1452/git-commit.el
(defun git-commit--auto-fill-except-summary ()
"Do not fill summary line."
(unless (eq (line-beginning-position) 1)
(do-auto-fill)))