diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-01-30 12:48:18 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-01-30 12:48:18 +0200 |
commit | db065c9b6ebf86c726f0bd97bd3d1729139f7a8c (patch) | |
tree | 2ac0eb64a57907b9710468402bcd666309c9df21 | |
parent | 46f5d01e4f61cfba9e0f4bc7ecc59891c53ca8ec (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 |