diff options
author | Jay Freeman (saurik) <saurik@saurik.com> | 2010-12-01 20:43:02 -0800 |
---|---|---|
committer | Jay Freeman (saurik) <saurik@saurik.com> | 2010-12-02 00:51:44 -0800 |
commit | 71cc7be109c603c3dcd7e08fbe440707c4f652de (patch) | |
tree | 65359d9f23f3d4b8e9fe039f7ca9c8468b1b9e87 /.gitmodules | |
parent | 029c8b74ccda00c74f8a39bc75f817d4763ae93a (diff) |
Integrate SDURLCache: disk cache FTW.
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..06bf85c --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "SDURLCache"] + path = SDURLCache + url = git://github.com/rs/SDURLCache.git |