From e287590e4b70cbe9ee6e80bbaf81feb79e464dac Mon Sep 17 00:00:00 2001 From: Linus Torvalds Date: Fri, 23 Jan 2015 15:40:01 +1200 Subject: 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 Signed-off-by: Dirk Hohndel --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'CMakeLists.txt') 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 -- cgit v1.2.3-70-g09d2