blob: 105d602a60c5c24ad8434fce715ab2441275c8a9 (
plain)
1
2
3
4
5
6
7
8
|
(define-package "git-commit" "3.2.1"
"Edit Git commit messages."
'((emacs "25.1")
(dash "2.18.1")
(transient "0.3.6")
(with-editor "3.0.4"))
:homepage "https://magit.vc"
:keywords '("git" "tools" "vc"))
|