summaryrefslogtreecommitdiff
path: root/src/git_odb.h
Commit message (Expand)AuthorAgeFilesLines
* Move include files to include/git/, drop git_ prefix from file namesShawn O. Pearce2008-11-011-147/+0
* Drop the _t suffix as it is a POSIX reserved namespaceShawn O. Pearce2008-10-311-10/+10
* Replace git_result_t with intShawn O. Pearce2008-10-311-4/+4
* Correct group name of the git_odb moduleShawn O. Pearce2008-10-311-1/+1
* Add _t suffix to all data typesShawn O. Pearce2008-10-311-13/+13
* Add a GIT_ prefix to OBJ_ constants to scope them betterShawn O. Pearce2008-10-311-9/+9
* Hide git_odb's internal structure from applcation codeShawn O. Pearce2008-10-311-10/+1
* Add a git_sobj_close to release the git_sobj dataShawn O. Pearce2008-10-311-0/+11
* Cleanup git_odb documentation formattingShawn O. Pearce2008-10-311-6/+18
* Rename git_odb_sread to just git_odb_readShawn O. Pearce2008-10-311-3/+3
* Mark git_oid parameters const when they shouldn't be modifiedShawn O. Pearce2008-10-311-3/+3
* Initial draft of libgit2Shawn O. Pearce2008-10-311-0/+133