From 34dfed15a1e1231310f1bee47a8a7df47d22fed9 Mon Sep 17 00:00:00 2001 From: Larry Masinter Date: Sun, 8 Mar 2026 19:30:38 -0700 Subject: [PATCH] Add online as git submodule Adds Interlisp/online pinned to current HEAD of main, consistent with the other submodules added in this branch. Co-Authored-By: Claude Sonnet 4.6 --- .gitmodules | 4 ++++ online | 1 + 2 files changed, 5 insertions(+) create mode 160000 online diff --git a/.gitmodules b/.gitmodules index b68c6c73..413826f6 100644 --- a/.gitmodules +++ b/.gitmodules @@ -14,3 +14,7 @@ path = test url = https://github.com/Interlisp/test branch = master +[submodule "online"] + path = online + url = https://github.com/Interlisp/online + branch = main diff --git a/online b/online new file mode 160000 index 00000000..9ae1f130 --- /dev/null +++ b/online @@ -0,0 +1 @@ +Subproject commit 9ae1f1308846608c41d402f3b5a44cd48c0286ef