From d4e971c10b1557292b5371807a23921d15e7fece Mon Sep 17 00:00:00 2001 From: Andreas Schuh Date: Tue, 31 Mar 2015 15:53:18 +0100 Subject: [PATCH] #112 Use HTTPS protocol for "doc" submodule to not require SSH authentication --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index ae8f50c..aa2072c 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,4 +1,4 @@ [submodule "doc"] path = doc - url = git@github.com:gflags/gflags.git + url = https://github.com/gflags/gflags.git branch = gh-pages