diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2015-01-23 15:40:01 +1200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-02-15 06:03:19 -0800 |
commit | e287590e4b70cbe9ee6e80bbaf81feb79e464dac (patch) | |
tree | bca89f7eecdba97f7353c841b17fd72cf6866916 /CMakeLists.txt | |
parent | 4a146f9e57bf63c3555ebc048acc2012229fe08a (diff) | |
download | subsurface-e287590e4b70cbe9ee6e80bbaf81feb79e464dac.tar.gz |
Start splitting out git repo helper routines
This doesn't actually change any code, but it moves the 'is_git_repo()'
function that is used by both loading and saving into a new git-access.c
file.
This is where I'll start doing remote repo syncing too. Knock wood.
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 4a260e729..16b8b9f52 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -103,6 +103,7 @@ SET(SUBSURFACE_CORE_LIB_SRCS divelist.c equipment.c file.c + git-access.c libdivecomputer.c liquivision.c load-git.c |