summaryrefslogtreecommitdiffstats
path: root/save-git.c
AgeCommit message (Expand)Author
2015-06-17Store the user's unit preferences in git storageGravatar Dirk Hohndel
2015-06-17Git storage: only check git_id if saving to the same remoteGravatar Dirk Hohndel
2015-06-16git save: fix crash with no remoteGravatar Linus Torvalds
2015-06-15Cloud storage: use preference member instead of hard coded stringsGravatar Dirk Hohndel
2015-06-13Cloud storage: clean up error propagationGravatar Dirk Hohndel
2015-06-13Cloud storage: make do_git_save available to other modulesGravatar Dirk Hohndel
2015-06-13Move git related declarations into their own header fileGravatar Dirk Hohndel
2015-06-12Cloud storage: sync the remote after saveGravatar Dirk Hohndel
2015-06-10When saving only selected dives, only include referenced dive computersGravatar Dirk Hohndel
2015-05-28Add USE_LIBGIT23_API as cmake optionGravatar Dirk Hohndel
2015-02-27Add hashes to imagesGravatar Robert C. Helling
2015-02-15add and use a version.c / version.h pairGravatar Lubomir I. Ivanov
2015-02-15Start splitting out git repo helper routinesGravatar Linus Torvalds
2015-02-13Don't store empty dive sitesGravatar Dirk Hohndel
2015-02-13Always print dive site uuids as 8 digits / leading 0s in git formatGravatar Dirk Hohndel
2015-02-12Get location from dive site for git commit messageGravatar Dirk Hohndel
2015-02-12Save and load dive sites in git formatGravatar Dirk Hohndel
2015-01-24api change in libgit2-0.22Gravatar Martin Gysel
2015-01-10Refactor dctype -> divemodeGravatar Robert C. Helling
2014-11-24CCR dive logs: git I/OGravatar willem ferguson
2014-11-20Prevent garbage from being saved in the userid fieldGravatar Dirk Hohndel
2014-11-16Load and save the dc type for CCR divesGravatar Dirk Hohndel
2014-11-16Save CCR cylinder use in XML and gitGravatar Dirk Hohndel
2014-11-07Load and save extra data in git formatGravatar Dirk Hohndel
2014-10-19Make planner work again for CCR divesGravatar Robert C. Helling
2014-10-12Start sanitizing gaschange event informationGravatar Linus Torvalds
2014-07-10Fix potential leak of branch in is_git_repositoryGravatar Anton Lundin
2014-07-09Add support divecomputer based TTSGravatar Anton Lundin
2014-06-29git-format: save dive picture dataGravatar Linus Torvalds
2014-06-03CCR code: Change to sample structureGravatar Willem Ferguson
2014-05-14git save: add list of dive computers to the commit messageGravatar Linus Torvalds
2014-05-14git save: don't crash if the last dive isn't in a tripGravatar Linus Torvalds
2014-05-12Don't use locale for git save formatGravatar Linus Torvalds
2014-04-27make git save commit messages more informativeGravatar Linus Torvalds
2014-04-17Removed the globals 'userid' and 'save_userid_local' variablesGravatar Tomaz Canabrava
2014-04-14git-save: improve commit authorship dataGravatar Linus Torvalds
2014-04-14Add option to save userid in data filesGravatar Venkatesh Shukla
2014-04-05Use helper function to write decimal numbersGravatar Gehad
2014-03-23save-git.c: fix another libgit2 API issueGravatar Lubomir I. Ivanov
2014-03-19git object store: make it possible to work with checked-out git branchesGravatar Linus Torvalds
2014-03-14Improved handling of git syntax names with no git repositoryGravatar Linus Torvalds
2014-03-14show the error string in the GUI rather than stderrGravatar Linus Torvalds
2014-03-13git object format: make sure parenthood isn't lost when savingGravatar Linus Torvalds
2014-03-12Stop using the "git descriptor file" modelGravatar Linus Torvalds
2014-03-11git-save: don't create a redundant new commits with no changesGravatar Linus Torvalds
2014-03-11git-save: don't save the subsurface version string in the object treeGravatar Linus Torvalds
2014-03-10Get rid of crazy empty tag_list element at the startGravatar Linus Torvalds
2014-03-09git save format: add dive computer nicknames and firmware detailsGravatar Linus Torvalds
2014-03-09Fix event saving in git format due to wrong argument orderGravatar Linus Torvalds
2014-03-09Enumerate dive computers when saving them in the git repositoryGravatar Linus Torvalds