summaryrefslogtreecommitdiff
path: root/src/git/commit.h
Commit message (Expand)AuthorAgeFilesLines
* Change the library include fileVicent Marti2010-12-061-150/+0
* Change include structure for the projectVicent Marti2010-12-061-5/+1
* Commit parents now use the common 'vector' codeVicent Marti2010-12-021-1/+2
* add git_commit_parent to retrieve a parent by indexJustin Love2010-11-301-0/+8
* add git_commit_parentcountJustin Love2010-11-301-0/+8
* Improve error handlingVicent Marti2010-11-051-4/+6
* Fix internal memory management on the libraryVicent Marti2010-10-281-4/+8
* Change /* to /** at the start of comment blocks in public api so doxygenBenjamin C Meyer2010-10-251-6/+6
* Fix spelling mistakes in the documentation.Benjamin C Meyer2010-10-251-1/+1
* Add support for in-memory objectsVicent Marti2010-09-201-0/+12
* Add setter methods & write support for git_commitVicent Marti2010-09-201-0/+35
* Redesigned the walking/object lookup interfaceVicent Marti2010-08-121-19/+5
* Refactor parsing methodsVicent Marti2010-08-071-9/+2
* Add external API to access detailed commit attributesVicent Marti2010-07-151-1/+51
* Fixed memory leaks in test suiteVicent Marti2010-07-101-0/+6
* Removed 'git_commit_uninteresting' from the public API.Vicent Marti2010-06-021-8/+0
* Add arbritrary ordering revision walking.Vicent Marti2010-06-021-0/+8
* Split git_commit_lookup into separate functions.Vicent Marti2010-06-021-2/+12
* Add basic functionality for commit lookup/parsingVicent Marti2010-06-021-2/+2
* Fix some coding style issuesRamsay Jones2010-02-281-2/+2
* Remove license top-comment from public header filesAndreas Ericsson2008-11-221-25/+0
* Get rid of GIT__PRIVATE macroAndreas Ericsson2008-11-221-8/+0
* Move public headers to src/gitAndreas Ericsson2008-11-181-0/+72