diff options
author | Kelly Rauchenberger <fefferburbia@gmail.com> | 2018-08-06 16:01:06 -0400 |
---|---|---|
committer | Kelly Rauchenberger <fefferburbia@gmail.com> | 2018-08-06 16:01:06 -0400 |
commit | f605bf346904c18b3ba69c8cf2a624c5905f8cf5 (patch) | |
tree | 3b0f26cf2c05c78cdb98ae668a2273cae420e943 /.gitmodules | |
parent | 2b85c7941c95b46203dbd65e012844774495104a (diff) | |
download | father-f605bf346904c18b3ba69c8cf2a624c5905f8cf5.tar.gz father-f605bf346904c18b3ba69c8cf2a624c5905f8cf5.tar.bz2 father-f605bf346904c18b3ba69c8cf2a624c5905f8cf5.zip |
Switched from streaming API to timeline polling
Also included hkutil for the string split function.
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 886cf0c..1b1d8d7 100644 --- a/.gitmodules +++ b/.gitmodules | |||
@@ -4,3 +4,6 @@ | |||
4 | [submodule "vendor/verbly"] | 4 | [submodule "vendor/verbly"] |
5 | path = vendor/verbly | 5 | path = vendor/verbly |
6 | url = git@github.com:hatkirby/verbly | 6 | url = git@github.com:hatkirby/verbly |
7 | [submodule "vendor/hkutil"] | ||
8 | path = vendor/hkutil | ||
9 | url = git@github.com:hatkirby/hkutil | ||