diff options
| author | Kelly Rauchenberger <fefferburbia@gmail.com> | 2018-08-30 20:38:37 -0400 |
|---|---|---|
| committer | Kelly Rauchenberger <fefferburbia@gmail.com> | 2018-08-30 20:38:37 -0400 |
| commit | a9d33aa08df10102539e33c0c6d4334e9e99a470 (patch) | |
| tree | 6e6e4db4c6250b6a4720dc4e34907347e8dcddf5 /.gitmodules | |
| parent | e42d8636f3aa15e0ea8f723133914d6dba22009c (diff) | |
| download | libtwittercpp-a9d33aa08df10102539e33c0c6d4334e9e99a470.tar.gz libtwittercpp-a9d33aa08df10102539e33c0c6d4334e9e99a470.tar.bz2 libtwittercpp-a9d33aa08df10102539e33c0c6d4334e9e99a470.zip | |
Started using hkutil
As of this commit, the only change is using hatkirby::implode instead of the implode that was in util.cpp.
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
| diff --git a/.gitmodules b/.gitmodules index 4f1abfd..a17e923 100644 --- a/.gitmodules +++ b/.gitmodules | |||
| @@ -4,3 +4,6 @@ | |||
| 4 | [submodule "vendor/curlcpp"] | 4 | [submodule "vendor/curlcpp"] |
| 5 | path = vendor/curlcpp | 5 | path = vendor/curlcpp |
| 6 | url = https://github.com/JosephP91/curlcpp | 6 | url = https://github.com/JosephP91/curlcpp |
| 7 | [submodule "vendor/hkutil"] | ||
| 8 | path = vendor/hkutil | ||
| 9 | url = git@github.com:hatkirby/hkutil | ||
