diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2014-08-22 03:19:18 +0200 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2014-08-22 03:19:18 +0200 |
commit | a27b5d46c846f1e593b7ed475c6e315ca2051daf (patch) | |
tree | e67dda40eec4d2a1891ea647208db903d91769f7 /.gitmodules | |
parent | 72bb1b1166675d421a724b1382f0a2e39a51a197 (diff) | |
download | sciteco-a27b5d46c846f1e593b7ed475c6e315ca2051daf.tar.gz |
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.
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 4 |
1 files changed, 4 insertions, 0 deletions
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 |