From f3a6080fce5d0473b6452a5984a2092c97df77ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C5=93uillet?= Date: Tue, 10 Sep 2013 18:50:42 +0200 Subject: add site_config submodule --- .gitmodules | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitmodules (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 00000000..fcc2e52c --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "inc/3rdparty/site_config"] + path = inc/3rdparty/site_config + url = git://github.com/inthepoche/site_config.git -- cgit v1.2.3 From 00dbaf90bc44ef3ed0abaebb15307756e054a027 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C5=93uillet?= Date: Fri, 20 Sep 2013 10:21:39 +0200 Subject: merge #224 --- .gitmodules | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules index fcc2e52c..9e7ad725 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "inc/3rdparty/site_config"] path = inc/3rdparty/site_config - url = git://github.com/inthepoche/site_config.git + url = git@github.com:inthepoche/site_config.git +[submodule "themes"] + path = themes + url = git@github.com:inthepoche/poche-themes.git -- cgit v1.2.3 From 6d7e6f5e36553d273089aaf0a8b332ed2b2f980e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C5=93uillet?= Date: Fri, 20 Sep 2013 10:58:53 +0200 Subject: themes submodule --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules index 9e7ad725..bbdd8495 100644 --- a/.gitmodules +++ b/.gitmodules @@ -3,4 +3,4 @@ url = git@github.com:inthepoche/site_config.git [submodule "themes"] path = themes - url = git@github.com:inthepoche/poche-themes.git + url = git://github.com/inthepoche/poche-themes.git -- cgit v1.2.3 From 1a1142893f560ae546de84dfe51b6afbd5cdae2e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C5=93uillet?= Date: Fri, 20 Sep 2013 11:30:53 +0200 Subject: remove themes --- .gitmodules | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules index bbdd8495..295ee05c 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,3 @@ [submodule "inc/3rdparty/site_config"] path = inc/3rdparty/site_config - url = git@github.com:inthepoche/site_config.git -[submodule "themes"] - path = themes - url = git://github.com/inthepoche/poche-themes.git + url = git@github.com:inthepoche/site_config.git \ No newline at end of file -- cgit v1.2.3 From d477db2cfb0dba19bc1272754b9c6c36f7f42371 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C5=93uillet?= Date: Fri, 20 Sep 2013 11:32:19 +0200 Subject: add themes --- .gitmodules | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules index 295ee05c..bbdd8495 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "inc/3rdparty/site_config"] path = inc/3rdparty/site_config - url = git@github.com:inthepoche/site_config.git \ No newline at end of file + url = git@github.com:inthepoche/site_config.git +[submodule "themes"] + path = themes + url = git://github.com/inthepoche/poche-themes.git -- cgit v1.2.3 From f55f734fdadb35352310eccbfefdae68f303bb42 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C5=93uillet?= Date: Fri, 20 Sep 2013 11:35:46 +0200 Subject: remove themes --- .gitmodules | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules index bbdd8495..295ee05c 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,3 @@ [submodule "inc/3rdparty/site_config"] path = inc/3rdparty/site_config - url = git@github.com:inthepoche/site_config.git -[submodule "themes"] - path = themes - url = git://github.com/inthepoche/poche-themes.git + url = git@github.com:inthepoche/site_config.git \ No newline at end of file -- cgit v1.2.3 From 74c0733c1e38430df963621037a3735020e42e92 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C5=93uillet?= Date: Fri, 20 Sep 2013 11:50:19 +0200 Subject: update themes --- .gitmodules | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules index 295ee05c..bbdd8495 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "inc/3rdparty/site_config"] path = inc/3rdparty/site_config - url = git@github.com:inthepoche/site_config.git \ No newline at end of file + url = git@github.com:inthepoche/site_config.git +[submodule "themes"] + path = themes + url = git://github.com/inthepoche/poche-themes.git -- cgit v1.2.3