From 2788b5d4a1056b943ce7f7ee7d4dd7e1149d6b99 Mon Sep 17 00:00:00 2001 From: Bert Belder Date: Mon, 16 Sep 2019 13:36:21 +0200 Subject: [PATCH] Use more ergonomic submodule names Change submodule names to match the name of the corresponding github repository, which is easier to remember than using the full path where the submodule is (or used to be) checked out. --- .gitmodules | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.gitmodules b/.gitmodules index 5f14eba958..442d5c486c 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,12 +1,12 @@ -[submodule "third_party"] - path = third_party - url = https://github.com/denoland/deno_third_party.git -[submodule "build"] +[submodule "chromium_build"] path = core/libdeno/build url = https://github.com/denoland/chromium_build.git -[submodule "js/deps/https/deno.land/x/std"] +[submodule "deno_std"] path = js/deps/https/deno.land/std url = https://github.com/denoland/deno_std.git -[submodule "deno_typescript/typescript"] +[submodule "deno_third_party"] + path = third_party + url = https://github.com/denoland/deno_third_party.git +[submodule "typescript"] path = deno_typescript/typescript url = https://github.com/microsoft/TypeScript.git