aboutsummaryrefslogtreecommitdiff
path: root/lisp/magit-pkg.el
blob: fa1c36871e5f8462ebcfe74ee2e006e95cde30bd (plain)
1
2
3
4
5
6
7
8
9
10
(define-package "magit" "2.13.0"
  "A Git porcelain inside Emacs."
  '((emacs "24.4")
    (async "20180527")
    (dash "20180413")
    (ghub "20180417")
    (git-commit "20180602")
    (let-alist "1.0.5")
    (magit-popup "20180509")
    (with-editor "20180414")))