From a27b5d46c846f1e593b7ed475c6e315ca2051daf Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Fri, 22 Aug 2014 03:19:18 +0200 Subject: added Scintilla submodule This links to the `sciteco-dev` branch at git@github.com:rhaberkorn/scintille-mirror.git, which is actually Scintilla 3.4.4. --- .gitmodules | 4 ++++ scintilla | 1 + 2 files changed, 5 insertions(+) create mode 100644 .gitmodules create mode 160000 scintilla diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..2b10380 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,4 @@ +[submodule "scintilla"] + path = scintilla + url = git@github.com:rhaberkorn/scintilla-mirror.git + branch = sciteco-dev diff --git a/scintilla b/scintilla new file mode 160000 index 0000000..3743bcf --- /dev/null +++ b/scintilla @@ -0,0 +1 @@ +Subproject commit 3743bcf846ed7dca8b704d095c1e8bf977e6e10f -- cgit v1.2.3