13 lines
367 B
EmacsLisp
Raw Normal View History

2016-10-10 10:39:36 +02:00
(define-package "magit" "20161009.1658" "A Git porcelain inside Emacs"
2016-09-15 11:18:17 +02:00
'((emacs "24.4")
(async "20160711.223")
(dash "20160820.501")
2016-10-03 13:57:29 +02:00
(with-editor "20160929.734")
2016-09-15 11:18:17 +02:00
(git-commit "20160519.950")
(magit-popup "20160813.642"))
:url "https://github.com/magit/magit" :keywords
'("git" "tools" "vc"))
;; Local Variables:
;; no-byte-compile: t
;; End: