From 7ed8d1bb032f1ff7407204cbab0154c143bff076 Mon Sep 17 00:00:00 2001 From: David Winter Date: Sat, 29 Oct 2011 12:29:12 +0100 Subject: [PATCH] Add symfony yaml submodule. --- .gitmodules | 3 +++ vendor/yaml | 1 + 2 files changed, 4 insertions(+) create mode 100644 .gitmodules create mode 160000 vendor/yaml diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..be49894 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "vendor/yaml"] + path = vendor/yaml + url = https://github.com/fabpot/yaml.git diff --git a/vendor/yaml b/vendor/yaml new file mode 160000 index 0000000..8a266aa --- /dev/null +++ b/vendor/yaml @@ -0,0 +1 @@ +Subproject commit 8a266aadcec878681ed458796b1ce792cc377f79