Codebase list magit / 2ee7748
update -pkg files RĂ©mi Vanicat 8 years ago
3 changed file(s) with 5 addition(s) and 5 deletion(s). Raw diff Collapse all Expand all
0 (define-package "git-commit" "2.5.0" "Edit Git commit messages" '((emacs "24.4") (with-editor "2.4.1")) :url "https://github.com/magit/magit")
0 (define-package "git-commit" "2.6.0" "Edit Git commit messages" '((emacs "24.4") (with-editor "2.5.0")) :url "https://github.com/magit/magit")
0 (define-package "magit" "2.5.0"
0 (define-package "magit" "2.6.0"
11 "A Git porcelain inside Emacs"
22 '((emacs "24.4")
33 (with-editor "2.5.0")
4 (git-commit "2.4.1")
5 (magit-popup "2.4.1")))
4 (git-commit "2.6.0")
5 (magit-popup "2.6.0")))
0 (define-package "magit-popup" "2.5.0"
0 (define-package "magit-popup" "2.6.0"
11 "Define prefix-infix-suffix command combos"
22 '((emacs "24.4")))