diff options
author | 2021-09-25 14:14:33 -0700 | |
---|---|---|
committer | 2021-09-25 14:14:33 -0700 | |
commit | a515a2d039ec31d27936755a28df2d1b8b583559 (patch) | |
tree | 22f6fb507858744a4fe2b10905cb8bf106b05f3d | |
parent | d0fec462c9eb644c69ffb450671b1036fe5a9b03 (diff) | |
download | bun-a515a2d039ec31d27936755a28df2d1b8b583559.tar.gz bun-a515a2d039ec31d27936755a28df2d1b8b583559.tar.zst bun-a515a2d039ec31d27936755a28df2d1b8b583559.zip |
Add .git
-rw-r--r-- | .gitmodules | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitmodules b/.gitmodules index 8870867ab..ea42770d5 100644 --- a/.gitmodules +++ b/.gitmodules @@ -3,7 +3,7 @@ # url = https://github.com/Hejsil/zig-clap [submodule "src/deps/picohttpparser"] path = src/deps/picohttpparser - url = https://github.com/h2o/picohttpparser/ + url = https://github.com/h2o/picohttpparser.git ignore = dirty [submodule "src/javascript/jsc/WebKit"] path = src/javascript/jsc/WebKit @@ -11,5 +11,5 @@ ignore = dirty [submodule "src/deps/mimalloc"] path = src/deps/mimalloc - url = https://github.com/microsoft/mimalloc + url = https://github.com/microsoft/mimalloc.git ignore = dirty |