mirror of
https://github.com/correl/melpa.git
synced 2024-12-23 03:00:12 +00:00
Merge pull request #2640 from tarsius/magit-master
explicitly set branch for magit and related packages
This commit is contained in:
commit
0d83cf6ac8
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