diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-01-30 16:14:11 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-01-30 16:14:11 +0200 |
commit | dbdfc6fd8126710420e7bbb67df8ffb095fe97e0 (patch) | |
tree | 8a950941bb7c779dd376f8430c638691dce5fc63 | |
parent | e5ba67bb11b55c1f3d48762ff17762d231b2361c (diff) |
Add etc/style.git submodule as doc/style
-rw-r--r-- | .gitmodules | 3 | ||||
m--------- | doc/style | 0 |
2 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..144e9f5 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "doc/style"] + path = doc/style + url = ../etc/style.git diff --git a/doc/style b/doc/style new file mode 160000 +Subproject 66f2b7c6775e06487116425f120ce6bce5d2af8 |