diff options
| author | Přemysl Eric Janouch <p@janouch.name> | 2023-06-04 12:57:24 +0200 | 
|---|---|---|
| committer | Přemysl Eric Janouch <p@janouch.name> | 2023-06-04 12:57:47 +0200 | 
| commit | 1c61fcc5bc656d5c5ded34905213752ce0c4d6be (patch) | |
| tree | d6d7ab8914d5ad174dd1db3c0a7514f09e3a0883 /.gitmodules | |
| parent | dd1d6647dccc78126a9e1fb4073c04f3e4d82796 (diff) | |
| download | fiv-1c61fcc5bc656d5c5ded34905213752ce0c4d6be.tar.gz fiv-1c61fcc5bc656d5c5ded34905213752ce0c4d6be.tar.xz fiv-1c61fcc5bc656d5c5ded34905213752ce0c4d6be.zip  | |
Move git submodules to a subdirectory
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitmodules b/.gitmodules index 67b2c06..d955ecc 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,6 @@  [submodule "wuffs-mirror-release-c"] -	path = wuffs-mirror-release-c +	path = submodules/wuffs-mirror-release-c  	url = https://github.com/google/wuffs-mirror-release-c  [submodule "liberty"] -	path = liberty +	path = submodules/liberty  	url = https://git.janouch.name/p/liberty.git  | 
