From 1d602b1e3dcc88a7454e4a135469c511c9b4638e Mon Sep 17 00:00:00 2001 From: Bodaniel Jeanes Date: Fri, 29 Apr 2011 09:57:50 -0500 Subject: [PATCH] Update bundles and make all their origins use git protocol --- .gitmodules | 86 ++++++++++++++++++++-------------------- vim/bundle/Ack.vim | 2 +- vim/bundle/Conque-Shell | 2 +- vim/bundle/NERDCommenter | 2 +- vim/bundle/abolish | 2 +- vim/bundle/command-t | 2 +- vim/bundle/cucumber | 2 +- vim/bundle/fugitive | 2 +- vim/bundle/haml | 2 +- vim/bundle/indent-guides | 2 +- vim/bundle/indent-object | 2 +- vim/bundle/javascript | 2 +- vim/bundle/nerdtree | 2 +- vim/bundle/rake | 2 +- vim/bundle/ruby | 2 +- vim/bundle/supertab | 2 +- vim/bundle/tabular | 2 +- vim/bundle/vim-flog | 2 +- 18 files changed, 60 insertions(+), 60 deletions(-) diff --git a/.gitmodules b/.gitmodules index 7a6bd7d..c2c30b6 100644 --- a/.gitmodules +++ b/.gitmodules @@ -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 diff --git a/vim/bundle/Ack.vim b/vim/bundle/Ack.vim index b6be751..a41d5d5 160000 --- a/vim/bundle/Ack.vim +++ b/vim/bundle/Ack.vim @@ -1 +1 @@ -Subproject commit b6be751b4b4391e7e25ba51e36300a8e04820846 +Subproject commit a41d5d52c39a31128e969e69acf800b198cb07f9 diff --git a/vim/bundle/Conque-Shell b/vim/bundle/Conque-Shell index 0fcdf37..6127435 160000 --- a/vim/bundle/Conque-Shell +++ b/vim/bundle/Conque-Shell @@ -1 +1 @@ -Subproject commit 0fcdf37738ad60ddc2ebbd36323f636a184b1493 +Subproject commit 61274355db591a4c836c1a9e45627cefd23631b3 diff --git a/vim/bundle/NERDCommenter b/vim/bundle/NERDCommenter index 63b252a..38630ff 160000 --- a/vim/bundle/NERDCommenter +++ b/vim/bundle/NERDCommenter @@ -1 +1 @@ -Subproject commit 63b252ad40db4555e51b478817f173cf28520e84 +Subproject commit 38630ff5eb9378fd8d917b956ba7d4dbf0b896b3 diff --git a/vim/bundle/abolish b/vim/bundle/abolish index 434a644..119b515 160000 --- a/vim/bundle/abolish +++ b/vim/bundle/abolish @@ -1 +1 @@ -Subproject commit 434a64450d052c2f3909841f55a55e0d653adcd1 +Subproject commit 119b515d48ae6181785cacded179b6379368ed5c diff --git a/vim/bundle/command-t b/vim/bundle/command-t index 85fd8b0..54b5bed 160000 --- a/vim/bundle/command-t +++ b/vim/bundle/command-t @@ -1 +1 @@ -Subproject commit 85fd8b0ce657f772ad9c1c50fe502e08ca2bf04c +Subproject commit 54b5bedf6923cfce8ee6c109fbf9e9d296bb76fa diff --git a/vim/bundle/cucumber b/vim/bundle/cucumber index 35b4a3e..2ef3e5a 160000 --- a/vim/bundle/cucumber +++ b/vim/bundle/cucumber @@ -1 +1 @@ -Subproject commit 35b4a3ea17bab837540c7d371d3bd71b5d46eaf5 +Subproject commit 2ef3e5a4876a4cd5ea83a0dcbf17f5c3edbf9de3 diff --git a/vim/bundle/fugitive b/vim/bundle/fugitive index af9d44f..f112f9b 160000 --- a/vim/bundle/fugitive +++ b/vim/bundle/fugitive @@ -1 +1 @@ -Subproject commit af9d44f91bedddb3a60fb7df5f4841143e33ed40 +Subproject commit f112f9b830a8f42375183c9a47965270ae8b3ae4 diff --git a/vim/bundle/haml b/vim/bundle/haml index a0345d5..cc56253 160000 --- a/vim/bundle/haml +++ b/vim/bundle/haml @@ -1 +1 @@ -Subproject commit a0345d5c224aa8c473b11514cf5914823016ffd7 +Subproject commit cc5625339512b321159511e072a109b089430adb diff --git a/vim/bundle/indent-guides b/vim/bundle/indent-guides index 3cd1b09..62a2fd1 160000 --- a/vim/bundle/indent-guides +++ b/vim/bundle/indent-guides @@ -1 +1 @@ -Subproject commit 3cd1b09fb38e7a8d477d99295cb1c04ddf7c8b26 +Subproject commit 62a2fd103f1fcfdda9a01af22d2a8131e364ad98 diff --git a/vim/bundle/indent-object b/vim/bundle/indent-object index eb911bc..78fffa6 160000 --- a/vim/bundle/indent-object +++ b/vim/bundle/indent-object @@ -1 +1 @@ -Subproject commit eb911bc389d0beed9198dd5995fdcca95572719a +Subproject commit 78fffa609b3e6b84ef01ee4c9aba6d7435d7b18e diff --git a/vim/bundle/javascript b/vim/bundle/javascript index c2df2e4..67be84d 160000 --- a/vim/bundle/javascript +++ b/vim/bundle/javascript @@ -1 +1 @@ -Subproject commit c2df2e430d7d5fe645aa40e36079ab51f082e06b +Subproject commit 67be84dd2b052823f685b3054a869eb76338f432 diff --git a/vim/bundle/nerdtree b/vim/bundle/nerdtree index 2504666..2e072fe 160000 --- a/vim/bundle/nerdtree +++ b/vim/bundle/nerdtree @@ -1 +1 @@ -Subproject commit 2504666a723c56be9aaa3980dd2ee608fe2a631f +Subproject commit 2e072fe0e23a92c75f08cae04cb50ed4212b79f6 diff --git a/vim/bundle/rake b/vim/bundle/rake index 9e91a7a..3c038b2 160000 --- a/vim/bundle/rake +++ b/vim/bundle/rake @@ -1 +1 @@ -Subproject commit 9e91a7a965e6e1edd8303ce5f526ad381dc5a385 +Subproject commit 3c038b28ed512f40d1d31543ca16f0b246a0b728 diff --git a/vim/bundle/ruby b/vim/bundle/ruby index 8ee9e43..07d0b51 160000 --- a/vim/bundle/ruby +++ b/vim/bundle/ruby @@ -1 +1 @@ -Subproject commit 8ee9e43bfa1c7e9ef5f38060eded904f787e87bb +Subproject commit 07d0b51e96ff3c8878848bc29f3a401c4fabf75b diff --git a/vim/bundle/supertab b/vim/bundle/supertab index edfcc1d..21cd55b 160000 --- a/vim/bundle/supertab +++ b/vim/bundle/supertab @@ -1 +1 @@ -Subproject commit edfcc1dea02bf08e377f64b90db8423dbe0a3847 +Subproject commit 21cd55bf94c0d9251ae6fbfb3a0a736165e94340 diff --git a/vim/bundle/tabular b/vim/bundle/tabular index 1835018..b7b4d87 160000 --- a/vim/bundle/tabular +++ b/vim/bundle/tabular @@ -1 +1 @@ -Subproject commit 1835018f9622d05fb55298b0db3afa3db39a8032 +Subproject commit b7b4d8791a50013b56c2d68b6c5708c808203b54 diff --git a/vim/bundle/vim-flog b/vim/bundle/vim-flog index 39ae12e..bd0ae90 160000 --- a/vim/bundle/vim-flog +++ b/vim/bundle/vim-flog @@ -1 +1 @@ -Subproject commit 39ae12e77b2de05faf51b06403baf99cd6842425 +Subproject commit bd0ae900f27c642556823c2cb7008a5c8b997c72