diff options
author | Trygve Laugstøl <trygvis@inamo.no> | 2013-07-04 18:53:30 +0200 |
---|---|---|
committer | Trygve Laugstøl <trygvis@inamo.no> | 2013-07-04 18:53:30 +0200 |
commit | 85b434ffc8870a592044b29686f6d2f352fe7c45 (patch) | |
tree | e3dc7f14437530f48ccb0d7d124f22e74be569fc /.gitmodules | |
download | pgsql-http-bgworker-85b434ffc8870a592044b29686f6d2f352fe7c45.tar.gz pgsql-http-bgworker-85b434ffc8870a592044b29686f6d2f352fe7c45.tar.bz2 pgsql-http-bgworker-85b434ffc8870a592044b29686f6d2f352fe7c45.tar.xz pgsql-http-bgworker-85b434ffc8870a592044b29686f6d2f352fe7c45.zip |
o Initial import of my PostgreSQL background worker + HTTP experiment.
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..0e61cdf --- /dev/null +++ b/.gitmodules @@ -0,0 +1,5 @@ +[submodule "libebb"] + path = libebb + url = https://github.com/evanphx/libebb.git +# Alternate URL for libebb which has a bug with EV_ERROR: +# https://github.com/evanphx/libebb.git |