From 87b3198d2957826094497089c0fa5d35568845f1 Mon Sep 17 00:00:00 2001 From: Woody Gilk Date: Thu, 1 Jul 2010 12:45:23 +0800 Subject: [PATCH] Converted vendor/mustache into a submodule --- .gitmodules | 3 +++ init.php | 2 +- vendor/mustache | 1 + 3 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 .gitmodules create mode 160000 vendor/mustache diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..fe65ad1 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "vendor/mustache"] + path = vendor/mustache + url = git://github.com/bobthecow/mustache.php.git diff --git a/init.php b/init.php index 17fd57f..876e4b4 100644 --- a/init.php +++ b/init.php @@ -1,3 +1,3 @@