13 lines
370 B
EmacsLisp
13 lines
370 B
EmacsLisp
|
(define-package "magit" "20160223.828" "A Git porcelain inside Emacs"
|
||
|
'((emacs "24.4")
|
||
|
(async "20150909.2257")
|
||
|
(dash "20151021.113")
|
||
|
(with-editor "20160128.1201")
|
||
|
(git-commit "20160119.1409")
|
||
|
(magit-popup "20160119.1409"))
|
||
|
:url "https://github.com/magit/magit" :keywords
|
||
|
'("git" "tools" "vc"))
|
||
|
;; Local Variables:
|
||
|
;; no-byte-compile: t
|
||
|
;; End:
|