13 lines
346 B
EmacsLisp
13 lines
346 B
EmacsLisp
(define-package "magit" "20171030.214" "A Git porcelain inside Emacs"
|
|
'((emacs "24.4")
|
|
(async "20170823")
|
|
(dash "20170810")
|
|
(with-editor "20170817")
|
|
(git-commit "20170823")
|
|
(magit-popup "20170824"))
|
|
:url "https://github.com/magit/magit" :keywords
|
|
'("git" "tools" "vc"))
|
|
;; Local Variables:
|
|
;; no-byte-compile: t
|
|
;; End:
|