From b25c2e511c3d8d97a20533ff2d9f34a9c2dabc68 Mon Sep 17 00:00:00 2001 From: peri4 Date: Mon, 25 Sep 2023 14:35:36 +0300 Subject: [PATCH 1/3] pip --- pip | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pip b/pip index aa78e93..61e6edb 160000 --- a/pip +++ b/pip @@ -1 +1 @@ -Subproject commit aa78e930bed57857c27eef09f1b81dd3be641e83 +Subproject commit 61e6edb4c8b4443d6fb8c59c54453de583af54f3 From 739433800ade00690089e5ab4a24f471cc8a018e Mon Sep 17 00:00:00 2001 From: peri4 Date: Sun, 8 Oct 2023 10:39:18 +0300 Subject: [PATCH 2/3] submodules relative path --- .gitmodules | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.gitmodules b/.gitmodules index e7b4341..9921d0f 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,20 +1,20 @@ [submodule "cmake"] path = cmake - url = https://git.shs.tools/SHS/cmake.git + url = ../cmake.git branch = master [submodule "qad"] path = qad - url = https://git.shs.tools/SHS/qad.git + url = ../qad.git branch = master [submodule "qglengine"] path = qglengine - url = https://git.shs.tools/SHS/qglengine.git + url = ../qglengine.git branch = master [submodule "pip"] path = pip - url = https://git.shs.tools/SHS/pip.git + url = ../pip.git branch = master [submodule "cd"] path = cd - url = https://git.shs.tools/SHS/cd.git + url = ../cd.git branch = master From 08e754fc917f9ad85be7f19edab28bca24594cb6 Mon Sep 17 00:00:00 2001 From: peri4 Date: Tue, 24 Oct 2023 13:13:33 +0300 Subject: [PATCH 3/3] qad --- qad | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qad b/qad index 5b5a374..0cf8136 160000 --- a/qad +++ b/qad @@ -1 +1 @@ -Subproject commit 5b5a3743500b1521a20c32a48d2e0aa392c8222b +Subproject commit 0cf81367575778ad88a5aaea7d04597431eca6c4