summaryrefslogtreecommitdiffstats
path: root/subsurface.pro
diff options
context:
space:
mode:
authorGravatar Linus Torvalds <torvalds@linux-foundation.org>2014-03-06 19:27:28 -0800
committerGravatar Dirk Hohndel <dirk@hohndel.org>2014-03-08 07:46:50 -0800
commitcc3a184adfcf08744de1caf930430300656349a2 (patch)
treec84150e3110222adcb424f50b899cdd2df4b06ca /subsurface.pro
parent6d0011947b0675de21e4010dedb14a94cd7f7873 (diff)
downloadsubsurface-cc3a184adfcf08744de1caf930430300656349a2.tar.gz
Add initial parser for git trees
It doesn't actually parse the files themselves, but it does walk the object tree and print out the dives and trips it finds. 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.pro1
1 files changed, 1 insertions, 0 deletions
diff --git a/subsurface.pro b/subsurface.pro
index 803930e0f..cca3e3ec5 100644
--- a/subsurface.pro
+++ b/subsurface.pro
@@ -84,6 +84,7 @@ SOURCES = \
file.c \
gettextfromc.cpp \
libdivecomputer.c \
+ load-git.c \
main.cpp \
membuffer.c \
parse-xml.c \