summary refs log tree commit diff stats
path: root/.gitmodules
diff options
context:
space:
mode:
authorKelly Rauchenberger <fefferburbia@gmail.com>2018-08-06 16:01:06 -0400
committerKelly Rauchenberger <fefferburbia@gmail.com>2018-08-06 16:01:06 -0400
commitf605bf346904c18b3ba69c8cf2a624c5905f8cf5 (patch)
tree3b0f26cf2c05c78cdb98ae668a2273cae420e943 /.gitmodules
parent2b85c7941c95b46203dbd65e012844774495104a (diff)
downloadfather-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--.gitmodules3
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