diff options
Diffstat (limited to 'core/save-git.c')
-rw-r--r-- | core/save-git.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/core/save-git.c b/core/save-git.c index 9e14784fe..8f27c8b0b 100644 --- a/core/save-git.c +++ b/core/save-git.c @@ -433,6 +433,10 @@ static void create_dive_buffer(struct dive *dive, struct membuffer *b) put_format(b, "duration %u:%02u min\n", FRACTION(dive->dc.duration.seconds, 60)); SAVE("rating", rating); SAVE("visibility", visibility); + SAVE("wavesize", wavesize); + SAVE("current", current); + SAVE("surge", surge); + SAVE("chill", chill); if (surface_pressure.mbar) SAVE("airpressure", surface_pressure.mbar); cond_put_format(dive->notrip, b, "notrip\n"); |