Skip to content

Commit

Permalink
git-commit: Separate options' docstring bodies from first lines
Browse files Browse the repository at this point in the history
  • Loading branch information
tarsius committed Oct 27, 2023
1 parent 546071e commit f6d66c1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lisp/git-commit.el
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,7 @@ full loading."

(defcustom git-commit-major-mode #'text-mode
"Major mode used to edit Git commit messages.
The major mode configured here is turned on by the minor mode
`git-commit-mode'."
:group 'git-commit
Expand Down Expand Up @@ -269,6 +270,7 @@ usually honor this wish and return non-nil."

(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)
Expand Down Expand Up @@ -310,6 +312,7 @@ serves as a good introduction."

(defcustom git-commit-use-local-message-ring nil
"Whether to use a local message ring instead of the global one.
This can be set globally, in which case every repository gets its
own commit message ring, or locally for a single repository. If
Magit isn't available, then setting this to a non-nil value has
Expand Down

0 comments on commit f6d66c1

Please sign in to comment.