Merge pull request #2640 from tarsius/magit-master

explicitly set branch for magit and related packages
This commit is contained in:
Donald Curtis 2015-04-01 15:55:09 -07:00
commit 0d83cf6ac8
7 changed files with 7 additions and 5 deletions

View file

@ -1,3 +1,4 @@
(git-commit-mode :repo "magit/git-modes"
:fetcher github
:branch "master"
:files ("git-commit-mode.el"))

View file

@ -1,3 +1,4 @@
(git-rebase-mode :repo "magit/git-modes"
:fetcher github
:branch "master"
:files ("git-rebase-mode.el"))

View file

@ -1,5 +1,6 @@
(magit :fetcher github
:repo "magit/magit"
:branch "master"
:files ("magit.el"
"magit-bisect.el"
"magit-blame.el"

View file

@ -1,2 +1 @@
(magit-annex :fetcher github
:repo "magit/magit-annex")
(magit-annex :fetcher github :repo "magit/magit-annex" :branch "master")

View file

@ -1 +1 @@
(magit-stgit :fetcher github :repo "magit/magit-stgit")
(magit-stgit :fetcher github :repo "magit/magit-stgit" :branch "master")

View file

@ -1 +1 @@
(magit-svn :fetcher github :repo "magit/magit-svn")
(magit-svn :fetcher github :repo "magit/magit-svn" :branch "master")

View file

@ -1 +1 @@
(magit-topgit :fetcher github :repo "magit/magit-topgit")
(magit-topgit :fetcher github :repo "magit/magit-topgit" :branch "master")