From deb9b06626141481681cd82e08eddb6627a9a81c Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 1 Mar 2018 15:53:51 +0200 Subject: Add doc/style submodule --- .gitmodules | 3 +++ doc/style | 1 + 2 files changed, 4 insertions(+) create mode 100644 .gitmodules create mode 160000 doc/style 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 index 0000000..658436a --- /dev/null +++ b/doc/style @@ -0,0 +1 @@ +Subproject commit 658436a9522b5a0d016c3da0253708093607f95d -- cgit v1.1