From 9741cdde5514ab6313d9a4c672630c3e1c1bdfee Mon Sep 17 00:00:00 2001 From: "Edward Z. Yang" Date: Thu, 26 Jun 2008 02:08:51 -0400 Subject: [PATCH] Add dev and xhtml-compiler submodules, to emulate svn:externals. Signed-off-by: Edward Z. Yang --- .gitmodules | 6 ++++++ dev | 1 + xhtml-compiler | 1 + 3 files changed, 8 insertions(+) create mode 100644 .gitmodules create mode 160000 dev create mode 160000 xhtml-compiler diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..65444c8 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,6 @@ +[submodule "dev"] + path = dev + url = git://repo.or.cz/htmlpurifier.git +[submodule "xhtml-compiler"] + path = xhtml-compiler + url = git://repo.or.cz/xhtml-compiler.git diff --git a/dev b/dev new file mode 160000 index 0000000..dba3ed7 --- /dev/null +++ b/dev @@ -0,0 +1 @@ +Subproject commit dba3ed7770a82dc85e196b752943fd8e1922ee4a diff --git a/xhtml-compiler b/xhtml-compiler new file mode 160000 index 0000000..6853137 --- /dev/null +++ b/xhtml-compiler @@ -0,0 +1 @@ +Subproject commit 6853137e28162768546e34d88bb36f89010dc833 -- 2.11.4.GIT