diff options
author | Andreas Schuh <andreas.schuh.84@gmail.com> | 2015-03-24 12:58:23 +0000 |
---|---|---|
committer | Andreas Schuh <andreas.schuh.84@gmail.com> | 2015-03-24 12:58:23 +0000 |
commit | d8d218ac6f79b57a841ef21e918b61212d0487ea (patch) | |
tree | 52fec11789d9aa0a23e88425444a91d645849d22 /.gitmodules | |
parent | 6e390924d3b7a8a8286252c85a61bf553fbe9a09 (diff) | |
download | gflags-d8d218ac6f79b57a841ef21e918b61212d0487ea.tar.gz gflags-d8d218ac6f79b57a841ef21e918b61212d0487ea.tar.bz2 gflags-d8d218ac6f79b57a841ef21e918b61212d0487ea.zip |
doc: Add gh-pages branch as submodule in doc directory
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..cc7a78b --- /dev/null +++ b/.gitmodules @@ -0,0 +1,4 @@ +[submodule "doc"] + path = doc + url = git@github.com:schuhschuh/gflags.git + branch = gh-pages |