diff options
author | Florian Dold <florian.dold@gmail.com> | 2016-02-29 04:36:59 +0100 |
---|---|---|
committer | Florian Dold <florian.dold@gmail.com> | 2016-02-29 04:36:59 +0100 |
commit | e4c6f08f6b96bc8f41b19f69a2d9dbb428b8a467 (patch) | |
tree | 35a60d0e1e9cc57e86aea6c5eb6af7c69bf737f4 /.gitmodules | |
parent | 9bc6e42b63e352cfec2afcd2ff66939f6628fd7e (diff) |
add submodules
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 00000000..2c6ef85e --- /dev/null +++ b/.gitmodules @@ -0,0 +1,8 @@ +[submodule "examples/blog/web-common"] + path = examples/blog/web-common + url = git://taler.net/web-common.git + branch = master +[submodule "examples/shop/web-common"] + path = examples/shop/web-common + url = git://taler.net/web-common.git + branch = master |