Update bundles and make all their origins use git protocol

pull/2/head
Bodaniel Jeanes 2011-04-29 09:57:50 -05:00
parent 95374f8eef
commit 1d602b1e3d
18 changed files with 60 additions and 60 deletions

86
.gitmodules vendored
View File

@ -1,63 +1,63 @@
[submodule "vim/bundle/fugitive"]
path = vim/bundle/fugitive
url = https://github.com/tpope/vim-fugitive.git
url = git://github.com/tpope/vim-fugitive.git
[submodule "vim/bundle/NERDCommenter"]
path = vim/bundle/NERDCommenter
url = https://github.com/scrooloose/nerdcommenter.git
url = git://github.com/scrooloose/nerdcommenter.git
[submodule "vim/bundle/repeat"]
path = vim/bundle/repeat
url = https://github.com/tpope/vim-repeat.git
url = git://github.com/tpope/vim-repeat.git
[submodule "vim/bundle/abolish"]
path = vim/bundle/abolish
url = https://github.com/tpope/vim-abolish.git
url = git://github.com/tpope/vim-abolish.git
[submodule "vim/bundle/surround"]
path = vim/bundle/surround
url = https://github.com/tpope/vim-surround.git
url = git://github.com/tpope/vim-surround.git
[submodule "vim/bundle/ragtag"]
path = vim/bundle/ragtag
url = https://github.com/tpope/vim-ragtag.git
url = git://github.com/tpope/vim-ragtag.git
[submodule "vim/bundle/markdown"]
path = vim/bundle/markdown
url = https://github.com/tpope/vim-markdown.git
url = git://github.com/tpope/vim-markdown.git
[submodule "vim/bundle/rake"]
path = vim/bundle/rake
url = https://github.com/tpope/vim-rake.git
url = git://github.com/tpope/vim-rake.git
[submodule "vim/bundle/git"]
path = vim/bundle/git
url = https://github.com/tpope/vim-git.git
url = git://github.com/tpope/vim-git.git
[submodule "vim/bundle/syntastic"]
path = vim/bundle/syntastic
url = https://github.com/scrooloose/syntastic.git
url = git://github.com/scrooloose/syntastic.git
[submodule "vim/bundle/haml"]
path = vim/bundle/haml
url = https://github.com/tpope/vim-haml.git
url = git://github.com/tpope/vim-haml.git
[submodule "vim/bundle/unimpaired"]
path = vim/bundle/unimpaired
url = https://github.com/tpope/vim-unimpaired.git
url = git://github.com/tpope/vim-unimpaired.git
[submodule "vim/bundle/rails"]
path = vim/bundle/rails
url = https://github.com/tpope/vim-rails.git
url = git://github.com/tpope/vim-rails.git
[submodule "vim/bundle/cucumber"]
path = vim/bundle/cucumber
url = https://github.com/tpope/vim-cucumber.git
url = git://github.com/tpope/vim-cucumber.git
[submodule "vim/bundle/endwise"]
path = vim/bundle/endwise
url = https://github.com/tpope/vim-endwise.git
url = git://github.com/tpope/vim-endwise.git
[submodule "vim/bundle/autoclose"]
path = vim/bundle/autoclose
url = https://github.com/Townk/vim-autoclose.git
url = git://github.com/Townk/vim-autoclose.git
[submodule "vim/bundle/snipmate"]
path = vim/bundle/snipmate
url = https://github.com/msanders/snipmate.vim.git
url = git://github.com/msanders/snipmate.vim.git
[submodule "vim/bundle/nerdtree"]
path = vim/bundle/nerdtree
url = https://github.com/scrooloose/nerdtree.git
url = git://github.com/scrooloose/nerdtree.git
[submodule "vim/bundle/command-t"]
path = vim/bundle/command-t
url = git://git.wincent.com/command-t.git
[submodule "vim/bundle/Conque-Shell"]
path = vim/bundle/Conque-Shell
url = https://github.com/vim-scripts/Conque-Shell.git
url = git://github.com/vim-scripts/Conque-Shell.git
[submodule "vim/bundle/align"]
path = vim/bundle/align
url = git://github.com/tsaleh/vim-align.git
@ -66,79 +66,79 @@
url = git://github.com/robgleeson/vim-markdown-preview.git
[submodule "vim/bundle/supertab"]
path = vim/bundle/supertab
url = https://github.com/ervandew/supertab.git
url = git://github.com/ervandew/supertab.git
[submodule "vim/bundle/javascript"]
path = vim/bundle/javascript
url = https://github.com/pangloss/vim-javascript.git
url = git://github.com/pangloss/vim-javascript.git
[submodule "vim/bundle/indent-object"]
path = vim/bundle/indent-object
url = https://github.com/michaeljsmith/vim-indent-object.git
url = git://github.com/michaeljsmith/vim-indent-object.git
[submodule "vim/bundle/taglist"]
path = vim/bundle/taglist
url = https://github.com/vim-scripts/taglist.vim.git
url = git://github.com/vim-scripts/taglist.vim.git
[submodule "vim/bundle/matchit"]
path = vim/bundle/matchit
url = https://github.com/mhz/vim-matchit.git
url = git://github.com/mhz/vim-matchit.git
[submodule "vim/bundle/textobj-user"]
path = vim/bundle/textobj-user
url = https://github.com/kana/vim-textobj-user.git
url = git://github.com/kana/vim-textobj-user.git
[submodule "vim/bundle/textobj-rubyblock"]
path = vim/bundle/textobj-rubyblock
url = https://github.com/nelstrom/vim-textobj-rubyblock.git
url = git://github.com/nelstrom/vim-textobj-rubyblock.git
[submodule "vim/bundle/tabular"]
path = vim/bundle/tabular
url = https://github.com/godlygeek/tabular.git
url = git://github.com/godlygeek/tabular.git
[submodule "vim/bundle/ruby-refactoring"]
path = vim/bundle/ruby-refactoring
url = https://github.com/ecomba/vim-ruby-refactoring.git
url = git://github.com/ecomba/vim-ruby-refactoring.git
[submodule "vim/bundle/AutoAlign"]
path = vim/bundle/AutoAlign
url = https://github.com/vim-scripts/AutoAlign.git
url = git://github.com/vim-scripts/AutoAlign.git
[submodule "vim/bundle/nginx"]
path = vim/bundle/nginx
url = https://github.com/vim-scripts/nginx.vim.git
url = git://github.com/vim-scripts/nginx.vim.git
[submodule "vim/bundle/vimwiki"]
path = vim/bundle/vimwiki
url = https://github.com/vim-scripts/vimwiki.git
url = git://github.com/vim-scripts/vimwiki.git
[submodule "vim/bundle/speeddating"]
path = vim/bundle/speeddating
url = https://github.com/vim-scripts/speeddating.vim.git
url = git://github.com/vim-scripts/speeddating.vim.git
[submodule "vim/bundle/ruby"]
path = vim/bundle/ruby
url = https://github.com/vim-ruby/vim-ruby.git
url = git://github.com/vim-ruby/vim-ruby.git
[submodule "vim/bundle/indent-guides"]
path = vim/bundle/indent-guides
url = https://github.com/nathanaelkane/vim-indent-guides.git
url = git://github.com/nathanaelkane/vim-indent-guides.git
[submodule "vim/snippets"]
path = vim/snippets
url = https://github.com/scrooloose/snipmate-snippets.git
url = git://github.com/scrooloose/snipmate-snippets.git
[submodule "vim/bundle/vim-css-color"]
path = vim/bundle/vim-css-color
url = https://github.com/skammer/vim-css-color.git
url = git://github.com/skammer/vim-css-color.git
[submodule "vim/bundle/AutoCloseTag"]
path = vim/bundle/AutoCloseTag
url = https://github.com/vim-scripts/HTML-AutoCloseTag.git
url = git://github.com/vim-scripts/HTML-AutoCloseTag.git
[submodule "vim/bundle/Ack.vim"]
path = vim/bundle/Ack.vim
url = https://github.com/mileszs/ack.vim.git
url = git://github.com/mileszs/ack.vim.git
[submodule "vim/bundle/vim-flog"]
path = vim/bundle/vim-flog
url = https://github.com/fousa/vim-flog.git
url = git://github.com/fousa/vim-flog.git
[submodule "vim/bundle/extradite"]
path = vim/bundle/extradite
url = https://github.com/int3/vim-extradite.git
url = git://github.com/int3/vim-extradite.git
[submodule "vim/bundle/VimClojure"]
path = vim/bundle/VimClojure
url = https://github.com/vim-scripts/VimClojure.git
url = git://github.com/vim-scripts/VimClojure.git
[submodule "vim/bundle/vim-solarized"]
path = vim/bundle/vim-solarized
url = git://github.com/altercation/vim-colors-solarized.git
[submodule "vim/bundle/git-grep"]
path = vim/bundle/git-grep
url = https://github.com/tjennings/git-grep-vim.git
url = git://github.com/tjennings/git-grep-vim.git
[submodule "vim/bundle/ZoomWin"]
path = vim/bundle/ZoomWin
url = https://github.com/vim-scripts/ZoomWin.git
url = git://github.com/vim-scripts/ZoomWin.git
[submodule "vim/bundle/mru.vim"]
path = vim/bundle/mru.vim
url = git://github.com/vim-scripts/mru.vim.git

@ -1 +1 @@
Subproject commit b6be751b4b4391e7e25ba51e36300a8e04820846
Subproject commit a41d5d52c39a31128e969e69acf800b198cb07f9

@ -1 +1 @@
Subproject commit 0fcdf37738ad60ddc2ebbd36323f636a184b1493
Subproject commit 61274355db591a4c836c1a9e45627cefd23631b3

@ -1 +1 @@
Subproject commit 63b252ad40db4555e51b478817f173cf28520e84
Subproject commit 38630ff5eb9378fd8d917b956ba7d4dbf0b896b3

@ -1 +1 @@
Subproject commit 434a64450d052c2f3909841f55a55e0d653adcd1
Subproject commit 119b515d48ae6181785cacded179b6379368ed5c

@ -1 +1 @@
Subproject commit 85fd8b0ce657f772ad9c1c50fe502e08ca2bf04c
Subproject commit 54b5bedf6923cfce8ee6c109fbf9e9d296bb76fa

@ -1 +1 @@
Subproject commit 35b4a3ea17bab837540c7d371d3bd71b5d46eaf5
Subproject commit 2ef3e5a4876a4cd5ea83a0dcbf17f5c3edbf9de3

@ -1 +1 @@
Subproject commit af9d44f91bedddb3a60fb7df5f4841143e33ed40
Subproject commit f112f9b830a8f42375183c9a47965270ae8b3ae4

@ -1 +1 @@
Subproject commit a0345d5c224aa8c473b11514cf5914823016ffd7
Subproject commit cc5625339512b321159511e072a109b089430adb

@ -1 +1 @@
Subproject commit 3cd1b09fb38e7a8d477d99295cb1c04ddf7c8b26
Subproject commit 62a2fd103f1fcfdda9a01af22d2a8131e364ad98

@ -1 +1 @@
Subproject commit eb911bc389d0beed9198dd5995fdcca95572719a
Subproject commit 78fffa609b3e6b84ef01ee4c9aba6d7435d7b18e

@ -1 +1 @@
Subproject commit c2df2e430d7d5fe645aa40e36079ab51f082e06b
Subproject commit 67be84dd2b052823f685b3054a869eb76338f432

@ -1 +1 @@
Subproject commit 2504666a723c56be9aaa3980dd2ee608fe2a631f
Subproject commit 2e072fe0e23a92c75f08cae04cb50ed4212b79f6

@ -1 +1 @@
Subproject commit 9e91a7a965e6e1edd8303ce5f526ad381dc5a385
Subproject commit 3c038b28ed512f40d1d31543ca16f0b246a0b728

@ -1 +1 @@
Subproject commit 8ee9e43bfa1c7e9ef5f38060eded904f787e87bb
Subproject commit 07d0b51e96ff3c8878848bc29f3a401c4fabf75b

@ -1 +1 @@
Subproject commit edfcc1dea02bf08e377f64b90db8423dbe0a3847
Subproject commit 21cd55bf94c0d9251ae6fbfb3a0a736165e94340

@ -1 +1 @@
Subproject commit 1835018f9622d05fb55298b0db3afa3db39a8032
Subproject commit b7b4d8791a50013b56c2d68b6c5708c808203b54

@ -1 +1 @@
Subproject commit 39ae12e77b2de05faf51b06403baf99cd6842425
Subproject commit bd0ae900f27c642556823c2cb7008a5c8b997c72