From 3408f73c7d07738e2d628a95bdebf380b6237754 Mon Sep 17 00:00:00 2001 From: Seth Woodworth Date: Tue, 7 Feb 2012 22:59:31 -0500 Subject: [PATCH] adding fresh epl and bc --- .gitmodules | 6 ++++++ bc | 1 + etherpad-lite | 1 + 3 files changed, 8 insertions(+) create mode 100644 .gitmodules create mode 160000 bc create mode 160000 etherpad-lite diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..10c578f --- /dev/null +++ b/.gitmodules @@ -0,0 +1,6 @@ +[submodule "bc"] + path = bc + url = https://github.com/sethwoodworth/bc.git +[submodule "etherpad-lite"] + path = etherpad-lite + url = https://github.com/sethwoodworth/epl-fork.git diff --git a/bc b/bc new file mode 160000 index 0000000..1553834 --- /dev/null +++ b/bc @@ -0,0 +1 @@ +Subproject commit 155383492f576d1e0875f67a5228d680345fdcb5 diff --git a/etherpad-lite b/etherpad-lite new file mode 160000 index 0000000..1bb6216 --- /dev/null +++ b/etherpad-lite @@ -0,0 +1 @@ +Subproject commit 1bb6216617bd659391702d7ac88ecb5ffaa3b8f4 -- 2.25.1