From 6ef4fd9cd88a258b017320540ebb04c68f60c651 Mon Sep 17 00:00:00 2001 From: Wei18 Date: Thu, 1 Jan 2026 01:50:51 +0000 Subject: [PATCH 1/2] Remove submodule to improve Swift Package experience --- .gitmodules | 4 ---- Submodule/github/rest-api-description | 1 - 2 files changed, 5 deletions(-) delete mode 160000 Submodule/github/rest-api-description diff --git a/.gitmodules b/.gitmodules index cfdc733eb75..e69de29bb2d 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,4 +0,0 @@ -[submodule "Submodule/github/rest-api-description"] - path = Submodule/github/rest-api-description - url = https://github.com/github/rest-api-description.git - shallow = true diff --git a/Submodule/github/rest-api-description b/Submodule/github/rest-api-description deleted file mode 160000 index ebc1fecbcfb..00000000000 --- a/Submodule/github/rest-api-description +++ /dev/null @@ -1 +0,0 @@ -Subproject commit ebc1fecbcfb4449cc61d45e2608ac765b5b144a0 From 693ecb63246ade96465fbf40354a78d2079c433c Mon Sep 17 00:00:00 2001 From: Wei18 Date: Thu, 1 Jan 2026 01:51:22 +0000 Subject: [PATCH 2/2] Revert "Remove submodule to improve Swift Package experience" This reverts commit 6ef4fd9cd88a258b017320540ebb04c68f60c651. --- .gitmodules | 4 ++++ Submodule/github/rest-api-description | 1 + 2 files changed, 5 insertions(+) create mode 160000 Submodule/github/rest-api-description diff --git a/.gitmodules b/.gitmodules index e69de29bb2d..cfdc733eb75 100644 --- a/.gitmodules +++ b/.gitmodules @@ -0,0 +1,4 @@ +[submodule "Submodule/github/rest-api-description"] + path = Submodule/github/rest-api-description + url = https://github.com/github/rest-api-description.git + shallow = true diff --git a/Submodule/github/rest-api-description b/Submodule/github/rest-api-description new file mode 160000 index 00000000000..ebc1fecbcfb --- /dev/null +++ b/Submodule/github/rest-api-description @@ -0,0 +1 @@ +Subproject commit ebc1fecbcfb4449cc61d45e2608ac765b5b144a0