From 672bd2d50dce2832fffbf9c0574cf5317c9b9138 Mon Sep 17 00:00:00 2001 From: Eugene Blikh Date: Tue, 19 May 2026 13:11:09 +0300 Subject: [PATCH] add hut CLI from ~xenrox as a tracked submodule (v0.8.0) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit hut lives outside the ~sircmpwn umbrella but is the de-facto SourceHut CLI, so it's worth mirroring alongside the rest. Noted in CLAUDE.md and called out in sourcehut-refresh that the scrape won't find it — it must be bumped manually. --- .gitmodules | 3 +++ hut | 1 + 2 files changed, 4 insertions(+) create mode 160000 hut diff --git a/.gitmodules b/.gitmodules index 4d0a6f0b01896afe0941e2e4039e82404a847dfa..6c312a598089d4b63b05ee6505ccb7f94e1dc936 100644 --- a/.gitmodules +++ b/.gitmodules @@ -85,3 +85,6 @@ [submodule "todo.sr.ht"] path = todo.sr.ht url = https://git.sr.ht/~sircmpwn/todo.sr.ht +[submodule "hut"] + path = hut + url = https://git.sr.ht/~xenrox/hut diff --git a/hut b/hut new file mode 160000 index 0000000000000000000000000000000000000000..2b02bb52069b5fa595d3fe9e0ea0ec900611dadd --- /dev/null +++ b/hut @@ -0,0 +1 @@ +Subproject commit 2b02bb52069b5fa595d3fe9e0ea0ec900611dadd