[Libreoffice-commits] core.git: .gitmodules
Christian Lohmaier (via logerrit)
logerrit at kemper.freedesktop.org
Thu Oct 1 11:47:00 UTC 2020
.gitmodules | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
New commits:
commit cb5e3b360d9dd8a747002253c989f741cebdbd20
Author: Christian Lohmaier <lohmaier+LibreOffice at googlemail.com>
AuthorDate: Thu Oct 1 13:41:04 2020 +0200
Commit: Christian Lohmaier <lohmaier+LibreOffice at googlemail.com>
CommitDate: Thu Oct 1 13:41:04 2020 +0200
use https://git.libreoffice.org/$repo as canonical URL for submodules
see also https://git.libreoffice.org/lode/+/1b3b18
Change-Id: Iec4eeb7f3b96d343556594a5c04ba750cefa7b58
diff --git a/.gitmodules b/.gitmodules
index fe2fb7a8117d..61ecfe58b1f0 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,12 +1,12 @@
[submodule "dictionaries"]
path = dictionaries
- url = https://gerrit.libreoffice.org/dictionaries
+ url = https://git.libreoffice.org/dictionaries
branch = .
[submodule "helpcontent2"]
path = helpcontent2
- url = https://gerrit.libreoffice.org/help
+ url = https://git.libreoffice.org/help
branch = .
[submodule "translations"]
path = translations
- url = https://gerrit.libreoffice.org/translations
+ url = https://git.libreoffice.org/translations
branch = .
More information about the Libreoffice-commits
mailing list