From 52010c9733158be8fcb1acb2d43960cdc8d31b2c Mon Sep 17 00:00:00 2001 From: Mischa Date: Sat, 4 Jul 2026 14:57:13 +0200 Subject: [PATCH] chore: register user/ as a git submodule Converts the orphaned gitlink (160000 with no .gitmodules) into a proper submodule pointing at the content remote, and absorbs user/.git into .git/modules/user so linked worktrees can populate user/. Bumps the pin from 75da83d to the current pushed origin/main (924cfc1) as a clean baseline. Enables per-worktree user/ checkouts for parallel dual-repo work. Co-Authored-By: Claude Opus 4.8 --- .gitmodules | 4 ++++ user | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 .gitmodules diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..0420f21 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,4 @@ +[submodule "user"] + path = user + url = ssh://git@m038-nas.tail63ee39.ts.net:222/m038/intotheeast-com-content.git + branch = main diff --git a/user b/user index 75da83d..924cfc1 160000 --- a/user +++ b/user @@ -1 +1 @@ -Subproject commit 75da83d6e1d856176efdfe68eea0c292f602ba8c +Subproject commit 924cfc18e21d050151e211a1dff877921150d1df