diff options
author | Julien Dessaux | 2019-08-06 15:44:18 +0200 |
---|---|---|
committer | Julien Dessaux | 2019-08-06 17:42:06 +0200 |
commit | fea924350b6ba50dc0cb0e5e133cbbd914137e61 (patch) | |
tree | 68e119dec63829356db8614204d0a6b4bb7e5221 /.gitmodules | |
parent | Cosmetics (diff) | |
download | rocket-cli-client-fea924350b6ba50dc0cb0e5e133cbbd914137e61.tar.gz rocket-cli-client-fea924350b6ba50dc0cb0e5e133cbbd914137e61.tar.bz2 rocket-cli-client-fea924350b6ba50dc0cb0e5e133cbbd914137e61.zip |
Added a proper subscriptions listing for the direct conversations closer
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..e9ff57b --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "external/uthash"] + path = external/uthash + url = https://github.com/troydhanson/uthash |