diff options
author | katherine <shmibs@airen-no-jikken.icu> | 2019-05-27 18:23:10 -0700 |
---|---|---|
committer | katherine <shmibs@airen-no-jikken.icu> | 2019-05-27 18:23:10 -0700 |
commit | f5d36db355e570d772443d8755e83bf36ed85672 (patch) | |
tree | e60823592427c5253516eb21f4e61cea121271fd /.gitmodules | |
parent | f5a3ab03375c86e7168c56a5e9e959612fdbe7f4 (diff) | |
download | confconf-f5d36db355e570d772443d8755e83bf36ed85672.tar.gz |
add uthash as a submodule
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index f873b17..760cb64 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "reqs/simple-opt"] path = reqs/simple-opt url = https://github.com/shmibs/simple-opt +[submodule "reqs/uthash"] + path = reqs/uthash + url = https://github.com/troydhanson/uthash.git |