Skip to content

Commit 1046d29

Browse files
committed
Updated submodules to reference http:// instead of git://, to be more friendly behind proxy server
1 parent 5c9c324 commit 1046d29

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

.gitmodules

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
[submodule ".vim/bundle/snipmate"]
22
path = .vim/bundle/snipmate
3-
url = git://github.com/spf13/snipmate.vim.git
3+
url = http://github.com/spf13/snipmate.vim.git
44
[submodule ".vim/bundle/nerdcommenter"]
55
path = .vim/bundle/nerdcommenter
6-
url = git://github.com/scrooloose/nerdcommenter.git
6+
url = http://github.com/scrooloose/nerdcommenter.git
77
[submodule ".vim/bundle/spf13-vim-colors"]
88
path = .vim/bundle/spf13-vim-colors
9-
url = git://github.com/spf13/vim-colors.git
9+
url = http://github.com/spf13/vim-colors.git
1010
[submodule ".vim/bundle/snipmate-snippets"]
1111
path = .vim/bundle/snipmate-snippets
12-
url = git://github.com/spf13/snipmate-snippets.git
12+
url = http://github.com/spf13/snipmate-snippets.git
1313
[submodule ".vim/bundle/snipmate-snippets/snippets"]
1414
path = .vim/bundle/snipmate-snippets/snippets
15-
url = git://github.com/spf13/snipmate-snippets.git
15+
url = http://github.com/spf13/snipmate-snippets.git
1616
[submodule ".vim/bundle/supertab"]
1717
path = .vim/bundle/supertab
18-
url = git://github.com/ervandew/supertab.git
18+
url = http://github.com/ervandew/supertab.git
1919
[submodule ".vim/bundle/fugitive"]
2020
path = .vim/bundle/fugitive
2121
url = http://github.com/tpope/vim-fugitive.git
@@ -27,37 +27,37 @@
2727
url = http://github.com/tomtom/checksyntax_vim.git
2828
[submodule ".vim/bundle/command-t"]
2929
path = .vim/bundle/command-t
30-
url = git://github.com/wincent/Command-T.git
30+
url = http://github.com/wincent/Command-T.git
3131
[submodule ".vim/bundle/vim-markdown"]
3232
path = .vim/bundle/vim-markdown
33-
url = git://github.com/spf13/vim-markdown.git
33+
url = http://github.com/spf13/vim-markdown.git
3434
[submodule ".vim/bundle/easytags"]
3535
path = .vim/bundle/easytags
3636
url = http://github.com/spf13/vim-easytags.git
3737
[submodule ".vim/bundle/surround"]
3838
path = .vim/bundle/surround
39-
url = git://github.com/spf13/vim-surround.git
39+
url = http://github.com/spf13/vim-surround.git
4040
[submodule ".vim/bundle/piv"]
4141
path = .vim/bundle/piv
42-
url = git://github.com/spf13/PIV.git
42+
url = http://github.com/spf13/PIV.git
4343
[submodule ".vim/bundle/VimDebugger"]
4444
path = .vim/bundle/VimDebugger
45-
url = git://github.com/taxilian/VimDebugger.git
45+
url = http://github.com/taxilian/VimDebugger.git
4646
[submodule ".vim/bundle/nerdtree"]
4747
path = .vim/bundle/nerdtree
48-
url = git://github.com/spf13/nerdtree.git
48+
url = http://github.com/spf13/nerdtree.git
4949
[submodule ".vim/bundle/jslint"]
5050
path = .vim/bundle/jslint
51-
url = git://github.com/bloveridge/jslint.vim.git
51+
url = http://github.com/bloveridge/jslint.vim.git
5252
[submodule ".vim/bundle/pyflakes"]
5353
path = .vim/bundle/pyflakes
54-
url = git://github.com/bloveridge/pyflakes-vim.git
54+
url = http://github.com/bloveridge/pyflakes-vim.git
5555
[submodule ".vim/bundle/ack"]
5656
path = .vim/bundle/ack
57-
url = git://github.com/mileszs/ack.vim.git
57+
url = http://github.com/mileszs/ack.vim.git
5858
[submodule ".vim/bundle/vim-json"]
5959
path = .vim/bundle/vim-json
60-
url = git://github.com/leshill/vim-json.git
60+
url = http://github.com/leshill/vim-json.git
6161
[submodule ".vim/bundle/vim-colors-solarized"]
6262
path = .vim/bundle/vim-colors-solarized
6363
url = https://github.com/altercation/vim-colors-solarized.git

0 commit comments

Comments
 (0)