aboutsummaryrefslogtreecommitdiff
path: root/.gitmodules
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2012-01-20 09:26:28 +1300
committerTom Ryder <tom@sanctum.geek.nz>2012-01-20 09:26:28 +1300
commit792a3d8b4c09c75bacdf2ebab5c9630a63c7d2fa (patch)
treeb8ab5fee245a0a9ff090a4a4be466830b179590e /.gitmodules
parentUse dotfile path for dotfiles. (diff)
downloaddotfiles-792a3d8b4c09c75bacdf2ebab5c9630a63c7d2fa.tar.gz
dotfiles-792a3d8b4c09c75bacdf2ebab5c9630a63c7d2fa.zip
Use recommended read-only paths for submodules.
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules6
1 files changed, 3 insertions, 3 deletions
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