aboutsummaryrefslogtreecommitdiffstats
path: root/save-git.c
AgeCommit message (Expand)Author
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
2014-03-08Add initial parser for git treesGravatar Linus Torvalds
2014-03-08Use symbolic names for the git file typesGravatar Linus Torvalds
2014-03-07Remove unused parameter to tree_insert()Gravatar Dirk Hohndel
2014-03-07Flesh out git save formatGravatar Linus Torvalds
2014-03-07Add a workaround for using post 0.20 git versions of libgit2Gravatar Dirk Hohndel
2014-03-07Fix compilation with libgit2 0.20Gravatar Tomaz Canabrava
2014-03-06Initial implementation of git save formatGravatar Linus Torvalds