mirror of
https://github.com/correl/melpa.git
synced 2024-11-14 11:09:31 +00:00
explicitly set branch for magit and related packages
I have just released 1.4.0 and am now preparing to release 2.1.0. I am now making the `next' branches of the various repositories the HEAD, but would like the Melpa packages to be build from the `master' branches for a little longer. I will switch to the `next' branches approximately to weeks before 2.1.0 is actually released.
This commit is contained in:
parent
24f438b47e
commit
b8399292bf
7 changed files with 7 additions and 5 deletions
|
@ -1,3 +1,4 @@
|
|||
(git-commit-mode :repo "magit/git-modes"
|
||||
:fetcher github
|
||||
:branch "master"
|
||||
:files ("git-commit-mode.el"))
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
(git-rebase-mode :repo "magit/git-modes"
|
||||
:fetcher github
|
||||
:branch "master"
|
||||
:files ("git-rebase-mode.el"))
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
(magit :fetcher github
|
||||
:repo "magit/magit"
|
||||
:branch "master"
|
||||
:files ("magit.el"
|
||||
"magit-bisect.el"
|
||||
"magit-blame.el"
|
||||
|
|
|
@ -1,2 +1 @@
|
|||
(magit-annex :fetcher github
|
||||
:repo "magit/magit-annex")
|
||||
(magit-annex :fetcher github :repo "magit/magit-annex" :branch "master")
|
||||
|
|
|
@ -1 +1 @@
|
|||
(magit-stgit :fetcher github :repo "magit/magit-stgit")
|
||||
(magit-stgit :fetcher github :repo "magit/magit-stgit" :branch "master")
|
||||
|
|
|
@ -1 +1 @@
|
|||
(magit-svn :fetcher github :repo "magit/magit-svn")
|
||||
(magit-svn :fetcher github :repo "magit/magit-svn" :branch "master")
|
||||
|
|
|
@ -1 +1 @@
|
|||
(magit-topgit :fetcher github :repo "magit/magit-topgit")
|
||||
(magit-topgit :fetcher github :repo "magit/magit-topgit" :branch "master")
|
||||
|
|
Loading…
Reference in a new issue