Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -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
10 changes: 10 additions & 0 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -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: