diff options
author | Rob Austein <sra@hactrn.net> | 2016-06-24 22:42:26 -0400 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2016-06-24 22:42:26 -0400 |
commit | 41d765504350626b9c886c0e92f768184b457a54 (patch) | |
tree | 5bc0dcb16daa3e76afc532bdc690f32ad57ecf57 | |
parent | a80b0fac3b2b7164c6af1e6b082e723cf45b730d (diff) |
Start unwinding subrepository hairball: remove submodules.
-rw-r--r-- | .gitmodules | 9 | ||||
m--------- | libraries/libcli | 0 | ||||
m--------- | libraries/libhal | 0 | ||||
m--------- | libraries/thirdparty/libtfm | 0 |
4 files changed, 0 insertions, 9 deletions
diff --git a/.gitmodules b/.gitmodules index d3946e7..e69de29 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,9 +0,0 @@ -[submodule "libhal"] - path = libraries/libhal - url = git@git.cryptech.is:sw/libhal.git -[submodule "thirdparty/libtfm"] - path = libraries/thirdparty/libtfm - url = git@git.cryptech.is:sw/thirdparty/libtfm.git -[submodule "libraries/libcli"] - path = libraries/libcli - url = git@git.cryptech.is:user/ft/libcli diff --git a/libraries/libcli b/libraries/libcli deleted file mode 160000 -Subproject 54c6b8649b1a13e69a908c96e8d4d19cf8d7284 diff --git a/libraries/libhal b/libraries/libhal deleted file mode 160000 -Subproject c521d7f590ecafaaed378c20e03aa657361f163 diff --git a/libraries/thirdparty/libtfm b/libraries/thirdparty/libtfm deleted file mode 160000 -Subproject 0e1cc8d4e6ca53222d448df5e421c5d33383022 |