From a0b11826a2827083d9f363335e82cb81acafd47d Mon Sep 17 00:00:00 2001 From: Thomas Rake Date: Thu, 15 Nov 2012 16:30:18 -0500 Subject: [PATCH] added googlecharts subproject at examples/googlecharts --- .gitmodules | 3 +++ examples/googlecharts | 1 + 2 files changed, 4 insertions(+) create mode 100644 .gitmodules create mode 160000 examples/googlecharts diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 000000000..e457e6570 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "examples/googlecharts"] + path = examples/googlecharts + url = git://github.com/tomrake/googlecharts.git diff --git a/examples/googlecharts b/examples/googlecharts new file mode 160000 index 000000000..3daf1401a --- /dev/null +++ b/examples/googlecharts @@ -0,0 +1 @@ +Subproject commit 3daf1401aaf9630e978a5cef3038c4fd7b880141