]> git.proxmox.com Git - libgit2.git/shortlog
libgit2.git
2008-10-31 Shawn O. PearceNote that comments should be doxygen javadoc style
2008-10-31 Shawn O. PearceFix Makefile targets to correctly depend on *.h files
2008-10-31 Shawn O. PearceCorrect group name of the git_odb module
2008-10-31 Shawn O. PearceUse wildcard to avoid listing out all source files...
2008-10-31 Shawn O. PearceBegin a description of our naming and coding conventions
2008-10-31 Shawn O. PearceAdd _t suffix to all data types
2008-10-31 Shawn O. PearceAdd a GIT_ prefix to OBJ_ constants to scope them better
2008-10-31 Shawn O. PearceHide git_odb's internal structure from applcation code
2008-10-31 Shawn O. PearceAdd a git_sobj_close to release the git_sobj data
2008-10-31 Shawn O. PearceCleanup git_odb documentation formatting
2008-10-31 Shawn O. PearceHide GIT_{BEGIN,END}_DECL from doxygen as its not part...
2008-10-31 Shawn O. PearceRename git_odb_sread to just git_odb_read
2008-10-31 Shawn O. PearceMark git_oid parameters const when they shouldn't be...
2008-10-31 Shawn O. PearceInitial draft of libgit2