From 3099c5d3dfed01fc6bd6a863a14da0324462195a Mon Sep 17 00:00:00 2001 From: Mario Steele Date: Fri, 6 Mar 2026 22:16:52 -0600 Subject: [PATCH] Added GDataORM as a Git Submodule (Step 2) --- .gitmodules | 3 +++ addons/gdata_orm | 1 + 2 files changed, 4 insertions(+) create mode 100644 .gitmodules create mode 160000 addons/gdata_orm diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 00000000..60a010b9 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "addons/gdata_orm"] + path = addons/gdata_orm + url = git@github.com:eumario/GDataORM.git diff --git a/addons/gdata_orm b/addons/gdata_orm new file mode 160000 index 00000000..c4a6ef75 --- /dev/null +++ b/addons/gdata_orm @@ -0,0 +1 @@ +Subproject commit c4a6ef75b9313e44caeed547715b8aa5097cf087