From e30f052fcd466d4a27cf03a7eddc55edbe7ef4c6 Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Fri, 22 Aug 2014 03:05:53 +0200 Subject: added git submodule for Scinterm this is actually referencing the branch `sciteco-dev` of the Scinterm Git mirror at https://github.com/rhaberkorn/scinterm-mirror.git This currently corresponds to Scinterm v1.7 with some not yet released upstream commits and custom patches that are not yet upstream. When preparing a SciTECO release, separate tags per SciTECO release are created in the scintilla-mirror and scinterm-mirror repositories that ease following which SciTECO version used which state of Scintilla/Scinterm and ensure that commits are not discarded in the mirror repositories even if their histories (the `sciteco-dev` branches) are rewritten. --- .gitmodules | 4 ++++ scinterm | 1 + 2 files changed, 5 insertions(+) create mode 100644 .gitmodules create mode 160000 scinterm diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 000000000..2d288e913 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,4 @@ +[submodule "scinterm"] + path = scinterm + url = https://github.com/rhaberkorn/scinterm-mirror.git + ignore = untracked diff --git a/scinterm b/scinterm new file mode 160000 index 000000000..b236737cc --- /dev/null +++ b/scinterm @@ -0,0 +1 @@ +Subproject commit b236737ccda26f224c0d4012969c972fc758857b -- cgit v1.2.3