From a1aaa3a8fe5724019537460a3064211a86f7fbf5 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Tue, 13 Jul 2010 14:39:22 +0200 Subject: Add basewiki_nonedit and templates_nonedit as submodules, and no longer gitignore them. --- .gitignore | 2 -- .gitmodules | 6 ++++++ basewiki_nonedit | 1 + templates_nonedit | 1 + 4 files changed, 8 insertions(+), 2 deletions(-) create mode 160000 basewiki_nonedit create mode 160000 templates_nonedit diff --git a/.gitignore b/.gitignore index 1cd49d1..1f46f44 100644 --- a/.gitignore +++ b/.gitignore @@ -1,10 +1,8 @@ /basewiki_l10n -/basewiki_nonedit /basewiki_nonedit_l10n /content /content_dummy /directives_l10n /smiley_l10n /templates_l10n -/templates_nonedit /templates_nonedit_l10n diff --git a/.gitmodules b/.gitmodules index 4c34cde..3d4256b 100644 --- a/.gitmodules +++ b/.gitmodules @@ -10,3 +10,9 @@ [submodule "templates"] path = templates url = git://source.jones.dk/ikiwiki/templates +[submodule "basewiki_nonedit"] + path = basewiki_nonedit + url = git://source.jones.dk/ikiwiki/basewiki +[submodule "templates_nonedit"] + path = templates_nonedit + url = git://source.jones.dk/ikiwiki/templates diff --git a/basewiki_nonedit b/basewiki_nonedit new file mode 160000 index 0000000..240f2f0 --- /dev/null +++ b/basewiki_nonedit @@ -0,0 +1 @@ +Subproject commit 240f2f0aeec158e94b54ca23a2cf3e19b95e5ea1 diff --git a/templates_nonedit b/templates_nonedit new file mode 160000 index 0000000..8c0c142 --- /dev/null +++ b/templates_nonedit @@ -0,0 +1 @@ +Subproject commit 8c0c142ad073666eaa626ea6bebcc76138e351f6 -- cgit v1.2.3