index
:
subsurface.git
master
forked from https://github.com/subsurface/subsurface
Tim Segers
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
save-git.c
Age
Commit message (
Expand
)
Author
2014-04-17
Removed the globals 'userid' and 'save_userid_local' variables
Tomaz Canabrava
2014-04-14
git-save: improve commit authorship data
Linus Torvalds
2014-04-14
Add option to save userid in data files
Venkatesh Shukla
2014-04-05
Use helper function to write decimal numbers
Gehad
2014-03-23
save-git.c: fix another libgit2 API issue
Lubomir I. Ivanov
2014-03-19
git object store: make it possible to work with checked-out git branches
Linus Torvalds
2014-03-14
Improved handling of git syntax names with no git repository
Linus Torvalds
2014-03-14
show the error string in the GUI rather than stderr
Linus Torvalds
2014-03-13
git object format: make sure parenthood isn't lost when saving
Linus Torvalds
2014-03-12
Stop using the "git descriptor file" model
Linus Torvalds
2014-03-11
git-save: don't create a redundant new commits with no changes
Linus Torvalds
2014-03-11
git-save: don't save the subsurface version string in the object tree
Linus Torvalds
2014-03-10
Get rid of crazy empty tag_list element at the start
Linus Torvalds
2014-03-09
git save format: add dive computer nicknames and firmware details
Linus Torvalds
2014-03-09
Fix event saving in git format due to wrong argument order
Linus Torvalds
2014-03-09
Enumerate dive computers when saving them in the git repository
Linus Torvalds
2014-03-08
Add initial parser for git trees
Linus Torvalds
2014-03-08
Use symbolic names for the git file types
Linus Torvalds
2014-03-07
Remove unused parameter to tree_insert()
Dirk Hohndel
2014-03-07
Flesh out git save format
Linus Torvalds
2014-03-07
Add a workaround for using post 0.20 git versions of libgit2
Dirk Hohndel
2014-03-07
Fix compilation with libgit2 0.20
Tomaz Canabrava
2014-03-06
Initial implementation of git save format
Linus Torvalds