From f106f89059d17a2015b767a5a4e56e6e643b91ce Mon Sep 17 00:00:00 2001 From: lucha <lucha@paranoici.org> Date: Thu, 3 Sep 2020 18:54:32 -0700 Subject: [PATCH] app/ directory is now a submodule --- .gitmodules | 3 +++ app | 1 + 2 files changed, 4 insertions(+) create mode 160000 app diff --git a/.gitmodules b/.gitmodules index e69de29b..e6f376f8 100644 --- a/.gitmodules +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "app"] + path = app + url = git@git.autistici.org:noblogs/noblogs-codebase.git diff --git a/app b/app new file mode 160000 index 00000000..72549cbb --- /dev/null +++ b/app @@ -0,0 +1 @@ +Subproject commit 72549cbb73627378cdedd48a9b3c4cb1ad42e931 -- GitLab