Use :branch rather than :commit for git recipes

This commit is contained in:
Steve Purcell 2014-02-06 20:28:38 +00:00
parent 56116ebaf7
commit c9a76a6498
10 changed files with 10 additions and 10 deletions

View file

@ -1,5 +1,5 @@
(elnode
:fetcher github
:repo "nicferrier/elnode"
:commit "origin/melpa"
:branch "melpa"
:files ("*"))

View file

@ -1,7 +1,7 @@
(elpy
:fetcher github
:repo "jorgenschaefer/elpy"
:commit "origin/release"
:branch "release"
:files ("elpy.el"
"elpy-refactor.el"
"elpy-pkg.el.in"

View file

@ -1,3 +1,3 @@
(insfactor :fetcher github
:repo "duelinmarkers/insfactor.el"
:commit "origin/release")
:branch "release")

View file

@ -1,2 +1,2 @@
(starter-kit :repo "technomancy/emacs-starter-kit" :fetcher github
:commit "origin/v2")
:branch "v2")

View file

@ -1,4 +1,4 @@
(starter-kit-bindings :repo "technomancy/emacs-starter-kit"
:fetcher github
:commit "origin/v2"
:branch "v2"
:files ("modules/starter-kit-bindings.el"))

View file

@ -1,4 +1,4 @@
(starter-kit-eshell :repo "technomancy/emacs-starter-kit"
:fetcher github
:commit "origin/v2"
:branch "v2"
:files ("modules/starter-kit-eshell.el"))

View file

@ -1,4 +1,4 @@
(starter-kit-js :repo "technomancy/emacs-starter-kit"
:fetcher github
:commit "origin/v2"
:branch "v2"
:files ("modules/starter-kit-js.el"))

View file

@ -1,4 +1,4 @@
(starter-kit-lisp :repo "technomancy/emacs-starter-kit"
:fetcher github
:commit "origin/v2"
:branch "v2"
:files ("modules/starter-kit-lisp.el"))

View file

@ -1,4 +1,4 @@
(starter-kit-perl :repo "technomancy/emacs-starter-kit"
:fetcher github
:commit "origin/v2"
:branch "v2"
:files ("modules/starter-kit-perl.el"))

View file

@ -1,4 +1,4 @@
(starter-kit-ruby :repo "technomancy/emacs-starter-kit"
:fetcher github
:commit "origin/v2"
:branch "v2"
:files ("modules/starter-kit-ruby.el"))