diff options
author | Florian Dold <florian.dold@gmail.com> | 2016-02-29 15:13:13 +0100 |
---|---|---|
committer | Florian Dold <florian.dold@gmail.com> | 2016-02-29 15:13:13 +0100 |
commit | b1978dd6325feaf5773a12bce100ed7ba2f11e9c (patch) | |
tree | 187aefeeaed1222012f18780ed87375523ec9479 /.gitmodules | |
parent | c59c246d1d899b3800037e5d301cbd3ad4fc9173 (diff) | |
download | www-b1978dd6325feaf5773a12bce100ed7ba2f11e9c.tar.gz www-b1978dd6325feaf5773a12bce100ed7ba2f11e9c.tar.bz2 www-b1978dd6325feaf5773a12bce100ed7ba2f11e9c.zip |
add web-common submodule
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..f2656da --- /dev/null +++ b/.gitmodules @@ -0,0 +1,4 @@ +[submodule "web-common"] + path = web-common + url = git://taler.net/web-common + branch = master |