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 /subsurface.pro | |
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 'subsurface.pro')
-rw-r--r-- | subsurface.pro | 1 |
1 files changed, 1 insertions, 0 deletions
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 \ |