diff --git a/.gitmodules b/.gitmodules index ac6978d04..1f9f8f9fe 100644 --- a/.gitmodules +++ b/.gitmodules @@ -3,7 +3,7 @@ url = . [submodule "banana"] path = banana - url = git://github.com/Polytechnique-org/banana.git + url = https://github.com/Polytechnique-org/banana.git [submodule "include/raven"] path = include/raven - url = git://github.com/getsentry/raven-php.git + url = https://github.com/getsentry/raven-php.git diff --git a/README b/README index c22d38d13..e5e99767a 100644 --- a/README +++ b/README @@ -31,4 +31,14 @@ Languages and countries administration * iso-codes * isoquery +Cloning +======= + +Ce repo utilise des submodules dans leur branches dédiées. Seulement cette fonctionalité a été +déprécié car vulnérable. L'initialisation des submodules doit se faire avec: + +```sh +git -c protocol.file.allow=always submodule update --init +``` + // vim:ft=asciidoc: