diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2017-12-03 11:39:58 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2017-12-03 14:11:55 -0800 |
commit | 10237a19b7b65802a0ceb2f8e2192703ad2fcf97 (patch) | |
tree | ead70baa1f42dd0efba3580e0b43758d0b4ac501 /.gitmodules | |
parent | fafffbb8df7922b93afc5a9fb56b44d08330cbfa (diff) | |
download | subsurface-10237a19b7b65802a0ceb2f8e2192703ad2fcf97.tar.gz |
libdc: add our libdivecomputer branch as git submodule
This allows us to keep the matching versions of libdivecomputer
synced with Subsurface. We should have done this ages ago.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
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 000000000..f095dd9f5 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,4 @@ +[submodule "libdivecomputer"] + path = libdivecomputer + url = git://github.com/Subsurface-divelog/libdc.git + branch = Subsurface-branch |