From 95181ca2accec1962fcff85af7da3851d81df9fe Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Mon, 17 Feb 2025 19:10:59 +0200 Subject: [PATCH] Add submodule hash2 --- .gitmodules | 5 +++++ libs/hash2 | 1 + 2 files changed, 6 insertions(+) create mode 160000 libs/hash2 diff --git a/.gitmodules b/.gitmodules index 09325b0cdd..25b383100e 100644 --- a/.gitmodules +++ b/.gitmodules @@ -838,3 +838,8 @@ url = ../mqtt5.git fetchRecurseSubmodules = on-demand branch = . +[submodule "hash2"] + path = libs/hash2 + url = ../hash2.git + fetchRecurseSubmodules = on-demand + branch = . diff --git a/libs/hash2 b/libs/hash2 new file mode 160000 index 0000000000..f2c2f01b9e --- /dev/null +++ b/libs/hash2 @@ -0,0 +1 @@ +Subproject commit f2c2f01b9e9efba1ba8a63c6be2b2b4f56e6f1f9