mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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>
This commit is contained in:
parent
4a146f9e57
commit
e287590e4b
4 changed files with 82 additions and 67 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue