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 --- subsurface.pro | 1 + 1 file changed, 1 insertion(+) (limited to 'subsurface.pro') diff --git a/subsurface.pro b/subsurface.pro index 4853796c0..7a00d7492 100644 --- a/subsurface.pro +++ b/subsurface.pro @@ -124,6 +124,7 @@ SOURCES = \ equipment.c \ file.c \ gettextfromc.cpp \ + git-access.c \ libdivecomputer.c \ liquivision.c \ load-git.c \ -- cgit v1.2.3-70-g09d2