branch: externals/agitate commit a32ed823b674cc0d20e680592bfa58102dbd4176 Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
Add TODO about conventional commits --- agitate.el | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/agitate.el b/agitate.el index 6a41f3e0eb..7c9d0d340e 100644 --- a/agitate.el +++ b/agitate.el @@ -58,6 +58,10 @@ will render those as their corresponding graphical emoji." :type '(repeat string) :group 'agitate) +;; TODO 2022-09-27: Learn about "conventional commits" and implement +;; them like with `agitate-log-edit-emoji-commit': +;; <https://www.conventionalcommits.org/en/v1.0.0-beta.2/#specification>. + ;;;; Commands for diffs (defvar-local agitate--refine-diff-state nil