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 | b65aee52fba5aa098b54515c0b3c10acd6d10cec (patch) | |
tree | cf9bf8beedd29d2b40b62003440f40593e678879 | |
parent | 9d074cfa33d0580f7c879705d03a0f080adaa455 (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 |