From 10237a19b7b65802a0ceb2f8e2192703ad2fcf97 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Sun, 3 Dec 2017 11:39:58 -0800 Subject: [PATCH] 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 --- .gitmodules | 4 ++++ libdivecomputer | 1 + 2 files changed, 5 insertions(+) create mode 100644 .gitmodules create mode 160000 libdivecomputer 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 diff --git a/libdivecomputer b/libdivecomputer new file mode 160000 index 000000000..238a3734a --- /dev/null +++ b/libdivecomputer @@ -0,0 +1 @@ +Subproject commit 238a3734a57dbc80eb282bdc5a3b5043b628a7e5