From 5c15ae5163cb4b9fbf8152ec24863f0e5dcaf9e9 Mon Sep 17 00:00:00 2001 From: /dev/full Date: Mon, 3 Oct 2016 20:52:25 +0200 Subject: [PATCH] Add submodule protobuf --- .gitmodules | 5 +++++ deps/protobuf | 1 + 2 files changed, 6 insertions(+) create mode 160000 deps/protobuf diff --git a/.gitmodules b/.gitmodules index 1f28e7fb..ed8cb301 100644 --- a/.gitmodules +++ b/.gitmodules @@ -49,3 +49,8 @@ url = https://github.com/seizu/base128.git shallow = true branch = master +[submodule "deps/protobuf"] + path = deps/protobuf + url = https://github.com/google/protobuf.git + shallow = true + branch = 3.1.x diff --git a/deps/protobuf b/deps/protobuf new file mode 160000 index 00000000..7a4906fa --- /dev/null +++ b/deps/protobuf @@ -0,0 +1 @@ +Subproject commit 7a4906faf29293013828f1d4d9414ffeaa1ab7a7