summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBert Belder <bertbelder@gmail.com>2019-09-16 13:36:21 +0200
committerBert Belder <bertbelder@gmail.com>2019-09-16 13:36:21 +0200
commit2788b5d4a1056b943ce7f7ee7d4dd7e1149d6b99 (patch)
tree9db524322986964bcd0e6ea3a292849af467eced
parentc9ef182886cc07d35a5b27fb89163d8cf21a6a47 (diff)
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.
-rw-r--r--.gitmodules12
1 files changed, 6 insertions, 6 deletions
diff --git a/.gitmodules b/.gitmodules
index 5f14eba95..442d5c486 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