mirror of
https://github.com/correl/melpa.git
synced 2024-11-28 11:09:55 +00:00
Merge pull request #1026 from tarsius/split-magit
split magit into multiple packages
This commit is contained in:
commit
ef6e1fcc85
4 changed files with 22 additions and 1 deletions
|
@ -1,2 +1,14 @@
|
|||
(magit :repo "magit/magit" :fetcher github)
|
||||
(magit :fetcher github
|
||||
:repo "magit/magit"
|
||||
:files ("magit.el"
|
||||
"magit-bisect.el"
|
||||
"magit-blame.el"
|
||||
"magit-cherry.el"
|
||||
"magit-compat.el"
|
||||
"magit-key-mode.el"
|
||||
"magit-wip.el"
|
||||
"magit.info"
|
||||
"dir"
|
||||
"AUTHORS.md"
|
||||
"README.md"))
|
||||
|
||||
|
|
3
recipes/magit-stgit
Normal file
3
recipes/magit-stgit
Normal file
|
@ -0,0 +1,3 @@
|
|||
(magit-stgit :fetcher github
|
||||
:repo "magit/magit"
|
||||
:files ("magit-stgit.el"))
|
3
recipes/magit-svn
Normal file
3
recipes/magit-svn
Normal file
|
@ -0,0 +1,3 @@
|
|||
(magit-svn :fetcher github
|
||||
:repo "magit/magit"
|
||||
:files ("magit-svn.el"))
|
3
recipes/magit-topgit
Normal file
3
recipes/magit-topgit
Normal file
|
@ -0,0 +1,3 @@
|
|||
(magit-topgit :fetcher github
|
||||
:repo "magit/magit"
|
||||
:files ("magit-topgit.el"))
|
Loading…
Reference in a new issue