diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2014-06-10 23:13:18 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2014-06-10 23:13:18 -0300 |
commit | 3c41f74fae3c0e20b564ad502f98218c4f128e64 (patch) | |
tree | cdd09151d0672676fc52391f2503395b580c0d37 | |
parent | 3669707a9a4f05c349bf0a4f000b3971c87d55c1 (diff) | |
download | apps-3c41f74fae3c0e20b564ad502f98218c4f128e64.tar.gz apps-3c41f74fae3c0e20b564ad502f98218c4f128e64.tar.bz2 |
Adding git-hooks and pulseaudio-mixer-cli
-rw-r--r-- | .gitmodules | 6 | ||||
m--------- | git-hooks | 0 | ||||
m--------- | pulseaudio-mixer-cli | 0 |
3 files changed, 6 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 3d271ab..3a84abd 100644 --- a/.gitmodules +++ b/.gitmodules @@ -13,3 +13,9 @@ [submodule "metadot"] path = metadot url = git://git.sarava.org/metadot.git +[submodule "git-hooks"] + path = git-hooks + url = https://github.com/icefox/git-hooks +[submodule "pulseaudio-mixer-cli"] + path = pulseaudio-mixer-cli + url = https://github.com/mk-fg/pulseaudio-mixer-cli.git diff --git a/git-hooks b/git-hooks new file mode 160000 +Subproject 3b89627d5f6a7f32fcda44da81fa203f1fb06ec diff --git a/pulseaudio-mixer-cli b/pulseaudio-mixer-cli new file mode 160000 +Subproject 82c34ed6f908a9355c2f5f8f6ae2998ee9b84bf |