From 4425f769e1cf50c042f9e4fa58dd34d739829bec Mon Sep 17 00:00:00 2001 From: Kai Moritz Date: Tue, 25 Jun 2024 06:26:40 +0200 Subject: [PATCH] Added first (not yet very useful) version of service `stats` --- .gitmodules | 4 ++++ stats | 1 + 2 files changed, 5 insertions(+) create mode 160000 stats diff --git a/.gitmodules b/.gitmodules index 0126226..aa65726 100644 --- a/.gitmodules +++ b/.gitmodules @@ -33,3 +33,7 @@ path = popular url = ./ branch = popular +[submodule "stats"] + path = stats + url = ./ + branch = stats diff --git a/stats b/stats new file mode 160000 index 0000000..14a7c9b --- /dev/null +++ b/stats @@ -0,0 +1 @@ +Subproject commit 14a7c9bb8172f3a05fe5cf4f832e13e3ea23dde8 -- 2.20.1