Ver código fonte

change fugitive submodule to point to https:// instead of git://

Weiyi Lou 13 anos atrás
pai
commit
3fa1f1ba50
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      .gitmodules

+ 1 - 1
.gitmodules

@@ -30,7 +30,7 @@
 	url = https://github.com/tpope/vim-surround.git
 	url = https://github.com/tpope/vim-surround.git
 [submodule "vim/bundle/fugitive"]
 [submodule "vim/bundle/fugitive"]
 	path = vim/bundle/fugitive
 	path = vim/bundle/fugitive
-	url = git://github.com/tpope/vim-fugitive.git
+	url = https://github.com/tpope/vim-fugitive.git
 [submodule "vim/bundle/ackmore"]
 [submodule "vim/bundle/ackmore"]
 	path = vim/bundle/ackmore
 	path = vim/bundle/ackmore
 	url = https://github.com/jordansissel/vim-ackmore.git
 	url = https://github.com/jordansissel/vim-ackmore.git