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
|
@ -124,6 +124,7 @@ SOURCES = \
|
|||
equipment.c \
|
||||
file.c \
|
||||
gettextfromc.cpp \
|
||||
git-access.c \
|
||||
libdivecomputer.c \
|
||||
liquivision.c \
|
||||
load-git.c \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue