From 87059daf00f1ddf0a97beb221f441a35ec24089b Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Sun, 4 Oct 2020 18:30:15 +0300 Subject: [PATCH] Add submodule json --- .gitmodules | 5 +++++ libs/json | 1 + 2 files changed, 6 insertions(+) create mode 160000 libs/json diff --git a/.gitmodules b/.gitmodules index 696d64b797..b2caf7dba8 100644 --- a/.gitmodules +++ b/.gitmodules @@ -773,3 +773,8 @@ url = ../leaf.git fetchRecurseSubmodules = on-demand branch = . +[submodule "json"] + path = libs/json + url = ../json.git + fetchRecurseSubmodules = on-demand + branch = . diff --git a/libs/json b/libs/json new file mode 160000 index 0000000000..a4d2983c4f --- /dev/null +++ b/libs/json @@ -0,0 +1 @@ +Subproject commit a4d2983c4f1ce279205bf540d6abf2bd7344220f