From 8e03cec005647e9f42b2a4156101b2ed530c8efa Mon Sep 17 00:00:00 2001 From: Konstantin Osipov <kostja@tarantool.org> Date: Sun, 2 Jun 2013 01:31:52 +0400 Subject: [PATCH] Add git submodule for lua-cjson. Reference commit 4bc5e917c8cd5fc2f6b217512ef530007529322f (2.1.0 tag, stable). --- .gitmodules | 3 +++ third_party/lua-cjson | 1 + 2 files changed, 4 insertions(+) create mode 100644 .gitmodules create mode 160000 third_party/lua-cjson diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000000..9faeef3191 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "third_party/lua-cjson"] + path = third_party/lua-cjson + url = git://github.com/mpx/lua-cjson.git diff --git a/third_party/lua-cjson b/third_party/lua-cjson new file mode 160000 index 0000000000..4bc5e917c8 --- /dev/null +++ b/third_party/lua-cjson @@ -0,0 +1 @@ +Subproject commit 4bc5e917c8cd5fc2f6b217512ef530007529322f -- GitLab