diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2014-08-22 03:05:53 +0200 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2017-03-14 06:28:41 +0100 |
commit | e30f052fcd466d4a27cf03a7eddc55edbe7ef4c6 (patch) | |
tree | 00e493d48f0ae35cd6a59795212a68cd53e05c7f | |
parent | 94993ac4348d39853278b082f75e5be26a3f8478 (diff) | |
download | scintilla-mirror-e30f052fcd466d4a27cf03a7eddc55edbe7ef4c6.tar.gz |
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.
-rw-r--r-- | .gitmodules | 4 | ||||
m--------- | scinterm | 0 |
2 files changed, 4 insertions, 0 deletions
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 +Subproject b236737ccda26f224c0d4012969c972fc758857 |