From 433128ad45974a024fe73c6fe84f38d38d9653ce Mon Sep 17 00:00:00 2001 From: booo Date: Tue, 26 Apr 2011 01:39:15 +0200 Subject: added modified pg as submodule --- .gitmodules | 3 +++ pg | 1 + 2 files changed, 4 insertions(+) create mode 160000 pg diff --git a/.gitmodules b/.gitmodules index 32cf581..124f89b 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "nvm"] path = nvm url = https://github.com/creationix/nvm.git +[submodule "pg"] + path = pg + url = https://github.com/AlexanderS/node-postgres.git diff --git a/pg b/pg new file mode 160000 index 0000000..acdd726 --- /dev/null +++ b/pg @@ -0,0 +1 @@ +Subproject commit acdd726a29152c209d378e5bb28a47c7f201acaa -- cgit v1.2.3