summaryrefslogtreecommitdiffstats
path: root/.gitmodules
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2017-12-03 11:39:58 -0800
committerGravatar Dirk Hohndel <dirk@hohndel.org>2017-12-03 14:11:55 -0800
commit10237a19b7b65802a0ceb2f8e2192703ad2fcf97 (patch)
treeead70baa1f42dd0efba3580e0b43758d0b4ac501 /.gitmodules
parentfafffbb8df7922b93afc5a9fb56b44d08330cbfa (diff)
downloadsubsurface-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--.gitmodules4
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