From: Dhaval Giani Date: Thu, 30 May 2019 17:59:08 +0000 (-0700) Subject: Change googletest to the https URL X-Git-Tag: v0.42.rc1~29 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=19dd6bb0f3d50e74e750994fdd7001c7d9ccef25;p=thirdparty%2Flibcgroup.git Change googletest to the https URL Change it from the ssh URL, since we don't need ssh access. Signed-off-by: Dhaval Giani --- diff --git a/.gitmodules b/.gitmodules index eddc93cd..bfb1b5aa 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,4 +1,4 @@ [submodule "googletest"] path = googletest - url = git@github.com:google/googletest.git + url = https://github.com/google/googletest.git fetchRecurseSubmodules = true diff --git a/googletest b/googletest new file mode 160000 index 00000000..8ffb7e5c --- /dev/null +++ b/googletest @@ -0,0 +1 @@ +Subproject commit 8ffb7e5c88b20a297a2e786c480556467496463b