branch: externals/agitate commit 418d24bd131c37a1bee9b9d5b99dbfe6c66d1e68 Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
Tweak comments about gitmoji, conventional commits --- README.org | 3 ++- agitate.el | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.org b/README.org index 379f5005f9..a2149f0584 100644 --- a/README.org +++ b/README.org @@ -125,7 +125,8 @@ The following sections document the extras per their scope. candidates for ~agitate-log-edit-conventional-commit~. The emoji commits are inspired by <https://gitmoji.dev/>, though I -think most of those are superfluous. Less is more. +think most of those are superfluous. Less is more. The "conventional +commits" are documented here: <https://www.conventionalcommits.org/en/v1.0.0/>. ** Extras for log-view :PROPERTIES: diff --git a/agitate.el b/agitate.el index 72a1df4d0f..e5c3ba3d23 100644 --- a/agitate.el +++ b/agitate.el @@ -47,8 +47,7 @@ :group 'vc) ;; Inspired by <https://gitmoji.dev/>, though I think most of those -;; are superfluous. Less is more. THIS IS NOT an implementation of -;; gitmoji. +;; are superfluous. Less is more. (defcustom agitate-log-edit-emoji-collection '(":art: Refine" ":bug: Fix" @@ -63,6 +62,7 @@ will render those as their corresponding graphical emoji." :type '(repeat string) :group 'agitate) +;; Check <https://www.conventionalcommits.org/en/v1.0.0/>. (defcustom agitate-log-edit-conventional-commits-collection '("build" "chore" "ci" "docs" "feat" "fix" "perf" "polish" "refactor" "revert" "style" "test" "types" "workflow")