#112 Use HTTPS protocol for "doc" submodule to not require SSH authentication
authorAndreas Schuh <andreas.schuh.84@gmail.com>
Tue, 31 Mar 2015 14:53:18 +0000 (15:53 +0100)
committerAndreas Schuh <andreas.schuh.84@gmail.com>
Tue, 31 Mar 2015 14:53:18 +0000 (15:53 +0100)
.gitmodules

index ae8f50c..aa2072c 100644 (file)
@@ -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