From b5e1ec24847293161dc2d1c13baabced215da5c3 Mon Sep 17 00:00:00 2001 From: ornicar Date: Sun, 13 Mar 2011 17:46:40 -0700 Subject: [PATCH 1/2] Remove .gitmodules file and submodule dirs --- .gitmodules | 9 --------- lib/vendor/doctrine-common | 1 - lib/vendor/doctrine-dbal | 1 - lib/vendor/doctrine-orm | 1 - 4 files changed, 12 deletions(-) delete mode 100644 .gitmodules delete mode 160000 lib/vendor/doctrine-common delete mode 160000 lib/vendor/doctrine-dbal delete mode 160000 lib/vendor/doctrine-orm diff --git a/.gitmodules b/.gitmodules deleted file mode 100644 index fcb6f01d..00000000 --- a/.gitmodules +++ /dev/null @@ -1,9 +0,0 @@ -[submodule "lib/vendor/doctrine-common"] - path = lib/vendor/doctrine-common - url = git://github.com/doctrine/common.git -[submodule "lib/vendor/doctrine-orm"] - path = lib/vendor/doctrine-orm - url = git://github.com/doctrine/doctrine2.git -[submodule "lib/vendor/doctrine-dbal"] - path = lib/vendor/doctrine-dbal - url = git://github.com/doctrine/dbal.git diff --git a/lib/vendor/doctrine-common b/lib/vendor/doctrine-common deleted file mode 160000 index 1b112962..00000000 --- a/lib/vendor/doctrine-common +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 1b112962b09d799237b1b73caf3c838b46d976de diff --git a/lib/vendor/doctrine-dbal b/lib/vendor/doctrine-dbal deleted file mode 160000 index 173d7ec1..00000000 --- a/lib/vendor/doctrine-dbal +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 173d7ec18e0e7be791308da40df9a64e8516dc90 diff --git a/lib/vendor/doctrine-orm b/lib/vendor/doctrine-orm deleted file mode 160000 index b05e1ad7..00000000 --- a/lib/vendor/doctrine-orm +++ /dev/null @@ -1 +0,0 @@ -Subproject commit b05e1ad7ad7fe8bfb7253af790ca87199474658f From 98020cb369231a82cd76129a4342b040468e2ae7 Mon Sep 17 00:00:00 2001 From: ornicar Date: Tue, 22 Mar 2011 11:02:21 -0700 Subject: [PATCH 2/2] Add .gitmodules.dist --- .gitmodules.dist | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .gitmodules.dist diff --git a/.gitmodules.dist b/.gitmodules.dist new file mode 100644 index 00000000..fcb6f01d --- /dev/null +++ b/.gitmodules.dist @@ -0,0 +1,9 @@ +[submodule "lib/vendor/doctrine-common"] + path = lib/vendor/doctrine-common + url = git://github.com/doctrine/common.git +[submodule "lib/vendor/doctrine-orm"] + path = lib/vendor/doctrine-orm + url = git://github.com/doctrine/doctrine2.git +[submodule "lib/vendor/doctrine-dbal"] + path = lib/vendor/doctrine-dbal + url = git://github.com/doctrine/dbal.git