From 792a3d8b4c09c75bacdf2ebab5c9630a63c7d2fa Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Fri, 20 Jan 2012 09:26:28 +1300 Subject: Use recommended read-only paths for submodules. --- .gitmodules | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules index fc72402e..7d62607d 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,9 +1,9 @@ [submodule "vim/bundle/pathogen"] path = vim/bundle/pathogen - url = http://github.com/tpope/vim-pathogen.git + url = git://github.com/tpope/vim-pathogen.git [submodule "vim/bundle/fugitive"] path = vim/bundle/fugitive - url = http://github.com/tpope/vim-fugitive.git + url = git://github.com/tpope/vim-fugitive.git [submodule "vim/bundle/sahara"] path = vim/bundle/sahara - url = http://github.com/tejr/sahara.git + url = git://github.com/tejr/sahara.git -- cgit v1.2.3