From b9b9a972d7196f188ad257ed15a47be77878bc06 Mon Sep 17 00:00:00 2001 From: runette Date: Fri, 11 Nov 2022 12:39:47 +0000 Subject: [PATCH 1/2] remove submodules --- .gitmodules | 6 ------ projects | 1 - test_data | 1 - 3 files changed, 8 deletions(-) delete mode 160000 projects delete mode 160000 test_data diff --git a/.gitmodules b/.gitmodules index 0bc012a..e69de29 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +0,0 @@ -[submodule "projects"] - path = projects - url = git://sync.virgis.co.uk/projects.git -[submodule "test_data"] - path = test_data - url = git://sync.virgis.co.uk/data.git diff --git a/projects b/projects deleted file mode 160000 index 7e4ca61..0000000 --- a/projects +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 7e4ca61dc819349f4838dca81a3d47d8f4a6493a diff --git a/test_data b/test_data deleted file mode 160000 index cfaa8c4..0000000 --- a/test_data +++ /dev/null @@ -1 +0,0 @@ -Subproject commit cfaa8c4faf27d582473600e2b31951ed412d87ee -- 2.36.2 From 1dde997f840e7281ba8fc098df9d1de99dcce71d Mon Sep 17 00:00:00 2001 From: runette Date: Fri, 11 Nov 2022 12:46:35 +0000 Subject: [PATCH 2/2] add submodules --- .gitmodules | 6 ++++++ projects | 1 + test_data | 1 + 3 files changed, 8 insertions(+) create mode 160000 projects create mode 160000 test_data diff --git a/.gitmodules b/.gitmodules index e69de29..d13036b 100644 --- a/.gitmodules +++ b/.gitmodules @@ -0,0 +1,6 @@ +[submodule "projects"] + path = projects + url = http://sync.virgis.co.uk/ViRGiS/projects.git +[submodule "test_data"] + path = test_data + url = http://sync.virgis.co.uk/ViRGiS/data.git diff --git a/projects b/projects new file mode 160000 index 0000000..89dedd9 --- /dev/null +++ b/projects @@ -0,0 +1 @@ +Subproject commit 89dedd92419fdbef3493a3a13d69f7f9473e45df diff --git a/test_data b/test_data new file mode 160000 index 0000000..fbe3fb8 --- /dev/null +++ b/test_data @@ -0,0 +1 @@ +Subproject commit fbe3fb889238dad68a29a56ef4eaec109c1ebf37 -- 2.36.2