blob: 74e27e74f5982e744f390395d9b30f9d9a9dd7b5 (
plain)
1
2
3
4
5
6
7
8
|
(define-package "git-commit" "4.0.0"
"Edit Git commit messages."
'((emacs "26.1")
(compat "30.0.0.0")
(transient "0.7.4")
(with-editor "3.4.1"))
:homepage "https://magit.vc"
:keywords '("git" "tools" "vc"))
|