aboutsummaryrefslogtreecommitdiff
path: root/lisp/magit-pkg.el
blob: ac229bdb3f5791dd6ad3f35d13ed973768a284f7 (plain)
1
2
3
4
5
6
7
8
9
10
(define-package "magit" "2.12.0"
  "A Git porcelain inside Emacs."
  '((emacs "24.4")
    (async "20170823")
    (dash "20170810")
    (ghub "20171207")
    (git-commit "20170823")
    (let-alist "1.0.5")
    (magit-popup "20171121")
    (with-editor "20170817")))