From eebd297a24ba3c64da63ffb63839ee6fb81f45a7 Mon Sep 17 00:00:00 2001 From: Marcin Kurczewski Date: Tue, 1 Oct 2013 16:56:25 +0200 Subject: [PATCH] Added desired submodules --- .gitmodules | 9 +++++++++ chibi-core | 1 + php-markdown | 1 + redbean | 1 + 4 files changed, 12 insertions(+) create mode 100644 .gitmodules create mode 160000 chibi-core create mode 160000 php-markdown create mode 160000 redbean diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 00000000..2a24f2a9 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,9 @@ +[submodule "chibi-core"] + path = chibi-core + url = https://github.com/rr-/chibi-core.git +[submodule "php-markdown"] + path = php-markdown + url = https://github.com/michelf/php-markdown.git +[submodule "redbean"] + path = redbean + url = https://github.com/gabordemooij/redbean.git diff --git a/chibi-core b/chibi-core new file mode 160000 index 00000000..f409272c --- /dev/null +++ b/chibi-core @@ -0,0 +1 @@ +Subproject commit f409272ce5b9856c8765dc8b9b68349efde71b0c diff --git a/php-markdown b/php-markdown new file mode 160000 index 00000000..9dbd8352 --- /dev/null +++ b/php-markdown @@ -0,0 +1 @@ +Subproject commit 9dbd8352deac7d3a00ba9e2360b0d9f1c31b4b4c diff --git a/redbean b/redbean new file mode 160000 index 00000000..00af42a5 --- /dev/null +++ b/redbean @@ -0,0 +1 @@ +Subproject commit 00af42a541dc1887db0c5ac4182db0ecc493316f