From 3ccea1a66689c4a177541f795275398d15e90c31 Mon Sep 17 00:00:00 2001 From: Michael Mandl Date: Thu, 19 Feb 2015 15:03:10 +0100 Subject: [PATCH] Submodule protobuf added --- .gitmodules | 3 +++ protobuf | 1 + 2 files changed, 4 insertions(+) create mode 100644 .gitmodules create mode 160000 protobuf diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..ccc0adf --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "protobuf"] + path = protobuf + url = https://github.com/google/protobuf.git diff --git a/protobuf b/protobuf new file mode 160000 index 0000000..b262575 --- /dev/null +++ b/protobuf @@ -0,0 +1 @@ +Subproject commit b262575bf2d80fe13b06ac2b53a06e3e11c9e34c