commit 34f7d06015ee0fbbba4b67d58e2205f4ec3322e6 Author: Robert Husák Date: Tue Aug 6 11:50:00 2019 +0200 Add MirrorSharp and SharpLab as submodules diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..709c1d6 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,8 @@ +[submodule "mirrorsharp"] + path = mirrorsharp + url = https://github.com/peachpiecompiler/mirrorsharp.git + branch = peachpie-only +[submodule "sharplab"] + path = sharplab + url = https://github.com/peachpiecompiler/SharpLab.git + branch = peachpie-only diff --git a/mirrorsharp b/mirrorsharp new file mode 160000 index 0000000..eedc9b9 --- /dev/null +++ b/mirrorsharp @@ -0,0 +1 @@ +Subproject commit eedc9b9d17f5305add08deecb09347100ab460a1 diff --git a/sharplab b/sharplab new file mode 160000 index 0000000..ea8b6bb --- /dev/null +++ b/sharplab @@ -0,0 +1 @@ +Subproject commit ea8b6bb0d9e13c38ff9aa056d456b666b283be3f