From 55b1a710e123c5bb8c030af93e939ab473199406 Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Thu, 16 Dec 2010 19:25:59 +0100 Subject: initial commit --- .gitmodules | 12 ++++++++++++ PUGH | 1 + PUGHInterp | 1 + PUGHReduce | 1 + PUGHSlab | 1 + 5 files changed, 16 insertions(+) create mode 100644 .gitmodules create mode 160000 PUGH create mode 160000 PUGHInterp create mode 160000 PUGHReduce create mode 160000 PUGHSlab diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..bf92d31 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,12 @@ +[submodule "PUGH"] + path = PUGH + url = git://git.khirnov.net/git/thorns/PUGH/.git +[submodule "PUGHInterp"] + path = PUGHInterp + url = git://git.khirnov.net/git/thorns/PUGHInterp/.git +[submodule "PUGHReduce"] + path = PUGHReduce + url = git://git.khirnov.net/git/thorns/PUGHReduce/.git +[submodule "PUGHSlab"] + path = PUGHSlab + url = git://git.khirnov.net/git/thorns/PUGHSlab/.git diff --git a/PUGH b/PUGH new file mode 160000 index 0000000..e2a689f --- /dev/null +++ b/PUGH @@ -0,0 +1 @@ +Subproject commit e2a689f590dab91859a99046743c7b32b9993a1e diff --git a/PUGHInterp b/PUGHInterp new file mode 160000 index 0000000..97ee0e5 --- /dev/null +++ b/PUGHInterp @@ -0,0 +1 @@ +Subproject commit 97ee0e5f6fdf660f3499986328ffe5861ca131b3 diff --git a/PUGHReduce b/PUGHReduce new file mode 160000 index 0000000..905e7cd --- /dev/null +++ b/PUGHReduce @@ -0,0 +1 @@ +Subproject commit 905e7cdc5fe646d0d326f23b0372d29c0b0d94b8 diff --git a/PUGHSlab b/PUGHSlab new file mode 160000 index 0000000..649daef --- /dev/null +++ b/PUGHSlab @@ -0,0 +1 @@ +Subproject commit 649daef7a71b2b816f515afdd3bcbe7f2c182a1e -- cgit v1.2.3