Merge pull request #1026 from tarsius/split-magit

split magit into multiple packages
This commit is contained in:
Steve Purcell 2013-09-12 06:49:42 -07:00
commit ef6e1fcc85
4 changed files with 22 additions and 1 deletions

View file

@ -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
View file

@ -0,0 +1,3 @@
(magit-stgit :fetcher github
:repo "magit/magit"
:files ("magit-stgit.el"))

3
recipes/magit-svn Normal file
View file

@ -0,0 +1,3 @@
(magit-svn :fetcher github
:repo "magit/magit"
:files ("magit-svn.el"))

3
recipes/magit-topgit Normal file
View file

@ -0,0 +1,3 @@
(magit-topgit :fetcher github
:repo "magit/magit"
:files ("magit-topgit.el"))