diff options
author | Florian Dold <florian.dold@gmail.com> | 2016-09-26 18:14:32 +0200 |
---|---|---|
committer | Florian Dold <florian.dold@gmail.com> | 2016-09-26 18:14:32 +0200 |
commit | c884eeaee48a311d7da4e2dd1b1b94eb4cb2360b (patch) | |
tree | 92bf7e4413b32d9b913390da3725b569a3590410 /.gitmodules | |
parent | 211e8c25d52644552cb37531cdb637f4f12c8782 (diff) |
help submodule
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index f2656da2f..50f41d7fb 100644 --- a/.gitmodules +++ b/.gitmodules @@ -2,3 +2,7 @@ path = web-common url = git://taler.net/web-common branch = master +[submodule "pages/help"] + path = pages/help + url = git://taler.net/help + branch = master |