From 8db8f3869a4b5626cea4e334de407b574651165e Mon Sep 17 00:00:00 2001 From: Timm Fitschen <t.fitschen@indiscale.com> Date: Wed, 2 Jun 2021 14:33:52 +0200 Subject: [PATCH] add proto submodule --- .gitmodules | 3 +++ proto | 1 + 2 files changed, 4 insertions(+) create mode 100644 .gitmodules create mode 160000 proto diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..8efe9a0 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "proto"] + path = proto + url = git@gitlab.indiscale.com:caosdb/src/caosdb-proto.git diff --git a/proto b/proto new file mode 160000 index 0000000..b0cade5 --- /dev/null +++ b/proto @@ -0,0 +1 @@ +Subproject commit b0cade5e02daff99eaa46e1201f2786ac873114b -- GitLab