git-commit-pkg.el (642B)
1 (define-package "git-commit" "20240415.1544" "Edit Git commit messages." 2 '((emacs "25.1") 3 (compat "29.1.4.4") 4 (transient "20231204") 5 (with-editor "20230917")) 6 :commit "68075aff58e7ae5c852b9eabb69df454267deeaf" :authors 7 '(("Jonas Bernoulli" . "emacs.magit@jonas.bernoulli.dev") 8 ("Sebastian Wiesner" . "lunaryorn@gmail.com") 9 ("Florian Ragwitz" . "rafl@debian.org") 10 ("Marius Vollmer" . "marius.vollmer@gmail.com")) 11 :maintainer 12 '("Jonas Bernoulli" . "emacs.magit@jonas.bernoulli.dev") 13 :keywords 14 '("git" "tools" "vc") 15 :url "https://github.com/magit/magit") 16 ;; Local Variables: 17 ;; no-byte-compile: t 18 ;; End: