diff options
author | ronie <ronie> | 2014-08-27 00:08:49 +0200 |
---|---|---|
committer | ronie <ronie> | 2014-09-08 15:06:14 +0200 |
commit | 6173cab54b2ec9f87a8e6d6a7221383049d9df8e (patch) | |
tree | e8d412b0e54a93cd1ec2823993bc763d64432635 | |
parent | f92a3c0b9d6414decb2aa37589a8425af58b3d5b (diff) |
submodule magic
-rw-r--r-- | .gitmodules | 7 | ||||
m--------- | addons/skin.re-touched | 0 | ||||
m--------- | addons/skin.touched | 0 |
3 files changed, 3 insertions, 4 deletions
diff --git a/.gitmodules b/.gitmodules index a92044bef7..c1fe5780e3 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,4 +1,3 @@ -[submodule "touched"] - path = addons/skin.touched - url = git://github.com/xbmc/skin.touched.git - ignore = all +[submodule "addons/skin.re-touched"] + path = addons/skin.re-touched + url = git://github.com/xbmc/skin.re-touched.git diff --git a/addons/skin.re-touched b/addons/skin.re-touched new file mode 160000 +Subproject 1c4d55a3a701a37e5ebce44033e930bffd1b84b diff --git a/addons/skin.touched b/addons/skin.touched deleted file mode 160000 -Subproject 0e390a398490c41a4969cad597bee32dc8f7e87 |