diff options
author | tv <tv@also> | 2011-08-03 22:22:01 +0200 |
---|---|---|
committer | tv <tv@also> | 2011-08-03 22:22:01 +0200 |
commit | 4812d15e11eda07d6aa2f6de1756cc49495812c7 (patch) | |
tree | 650f995d1acd1e7c5e5978c049b74f1c9e0c7961 | |
parent | d95d36c53d497f109a3c6a26f8a46bba094baa41 (diff) |
add zsh as submodule
-rw-r--r-- | .gitmodules | 3 | ||||
m--------- | submodules/sourceforge/zsh/zsh | 0 | ||||
m--------- | submodules/zsh/zsh | 0 |
3 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index ed0cb4ed..e82299e5 100644 --- a/.gitmodules +++ b/.gitmodules @@ -13,3 +13,6 @@ [submodule "submodules/github/tautologistics/node-htmlparser"] path = submodules/github/tautologistics/node-htmlparser url = https://github.com/tautologistics/node-htmlparser +[submodule "submodules/sourceforge/zsh/zsh"] + path = submodules/sourceforge/zsh/zsh + url = git://zsh.git.sourceforge.net/gitroot/zsh/zsh diff --git a/submodules/sourceforge/zsh/zsh b/submodules/sourceforge/zsh/zsh new file mode 160000 +Subproject d48faef8cdff3c7c63c0a9164443e3d337aa1ec diff --git a/submodules/zsh/zsh b/submodules/zsh/zsh new file mode 160000 +Subproject d48faef8cdff3c7c63c0a9164443e3d337aa1ec |