From cb95e1726f332bb8894a4002b70b66839fc1b9b8 Mon Sep 17 00:00:00 2001 From: /dev/full Date: Mon, 3 Oct 2016 20:24:56 +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..7d115e43 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 = master diff --git a/deps/protobuf b/deps/protobuf new file mode 160000 index 00000000..350d4944 --- /dev/null +++ b/deps/protobuf @@ -0,0 +1 @@ +Subproject commit 350d49449bcabb491f1fb05e3ac2a91717c9ef04