diff options
author | Olivier Gayot <duskcoder@gmail.com> | 2015-01-06 14:03:36 +0100 |
---|---|---|
committer | Olivier Gayot <duskcoder@gmail.com> | 2015-01-06 14:20:38 +0100 |
commit | 1e44c2497fbe933967ab5267567d1cbd846bc9d4 (patch) | |
tree | 6120f19e9ad23bb6242a68e2c189f7b001febda6 /.gitmodules | |
parent | 10f9578e10aea951ec8ad29a79ab1faf8f07132f (diff) |
install: use submodules to handle foreign repositories
it is probably safer to use git submodules to handle foreign
repositories like VimperatorrcBuilder
Signed-off-by: Olivier Gayot <duskcoder@gmail.com>
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..4846a62 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "mods/VimperatorrcBuilder"] + path = mods/VimperatorrcBuilder + url = https://github.com/duskCoder/VimperatorrcBuilder.git |