diff options
author | Adam Harrison <adamdharrison@gmail.com> | 2022-12-30 13:49:03 -0500 |
---|---|---|
committer | Adam Harrison <adamdharrison@gmail.com> | 2022-12-30 13:49:03 -0500 |
commit | b26045e94715b0d5813d0ba8d4125a49a4a5317b (patch) | |
tree | 3b49a666d1fd85bf72a59fc173347ebfc825ccb1 | |
parent | e0c00c41e7a92c43ab031d306b3653680ff3dd52 (diff) | |
download | lite-xl-plugin-manager-b26045e94715b0d5813d0ba8d4125a49a4a5317b.tar.gz lite-xl-plugin-manager-b26045e94715b0d5813d0ba8d4125a49a4a5317b.zip |
Made modules shallow.
-rw-r--r-- | .gitmodules | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 5f540c7..231e6fc 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,16 +1,21 @@ [submodule "lua"] path = lib/lua url = https://github.com/lua/lua.git + shallow = true [submodule "lib/libgit2"] path = lib/libgit2 url = https://github.com/libgit2/libgit2.git branch = main + shallow = true [submodule "lib/zlib"] path = lib/zlib url = https://github.com/madler/zlib.git + shallow = true [submodule "lib/libzip"] path = lib/libzip url = https://github.com/nih-at/libzip.git + shallow = true [submodule "lib/microtar"] path = lib/microtar url = https://github.com/rxi/microtar.git + shallow = true |