diff options
author | Alexander Sulfrian <alexander@sulfrian.net> | 2011-04-26 10:52:42 +0200 |
---|---|---|
committer | Alexander Sulfrian <alexander@sulfrian.net> | 2011-04-26 10:52:42 +0200 |
commit | eb227537b65c0ec1c328fc2f3bf0cdbaf317b32e (patch) | |
tree | 61f3e80332a0394344d21a41c09d3f57c2ad1119 /.gitmodules | |
parent | 649b8ac55380d68ca4acec4173a512825854ad04 (diff) | |
parent | 0150318ef9f58e4cd9f6d80c3e66f8b9d7fef61c (diff) | |
download | osm-xapi-eb227537b65c0ec1c328fc2f3bf0cdbaf317b32e.tar.gz osm-xapi-eb227537b65c0ec1c328fc2f3bf0cdbaf317b32e.tar.xz osm-xapi-eb227537b65c0ec1c328fc2f3bf0cdbaf317b32e.zip |
Merge remote branch 'upstream/master'
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/.gitmodules b/.gitmodules index 4b7b098..124f89b 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ -[submodule "src/nodejs/tests/node-async-testing"] - path = src/nodejs/tests/node-async-testing - url = https://github.com/bentomas/node-async-testing.git +[submodule "nvm"] + path = nvm + url = https://github.com/creationix/nvm.git +[submodule "pg"] + path = pg + url = https://github.com/AlexanderS/node-postgres.git |