summaryrefslogtreecommitdiff
path: root/src/commit.h
Commit message (Expand)AuthorAgeFilesLines
* commit: implement function to parse raw dataPatrick Steinhardt2018-06-221-0/+1
* Make sure to always include "common.h" firstPatrick Steinhardt2017-07-031-0/+2
* commit: introduce `git_commit_body`Patrick Steinhardt2015-12-011-0/+1
* Introduce git_revert to revert a single commitEdward Thomson2013-12-021-0/+2
* commit: Introduce git_commit_message_raw()nulltoken2013-10-031-1/+1
* Convert commit->parent_ids to git_array_tRussell Belfer2013-07-101-2/+2
* Add raw header access to commit APIRussell Belfer2013-07-101-0/+1
* Simplify object table parse functionsRussell Belfer2013-04-221-1/+1
* Add callback to git_objects_tableRussell Belfer2013-04-221-3/+2
* update copyrightsEdward Thomson2013-01-081-1/+1
* More external API cleanupVicent Marti2012-11-271-2/+2
* Update Copyright headerschu2012-02-131-1/+1
* Merge pull request #384 from kiryl/warningsVicent Martí2011-09-181-0/+1
|\
| * CMakefile: add -Wmissing-prototypes and fix warningsKirill A. Shutemov2011-08-301-0/+1
* | Cleanup legal dataVicent Marti2011-09-191-0/+6
|/
* commit: Add support for Encoding headerVicent Marti2011-08-121-1/+1
* I broke your bindingsVicent Marti2011-03-201-3/+1
* Fix the retarded object interdependency systemVicent Marti2011-03-141-5/+2
* Rename 'git_person' to 'git_signature'Vicent Marti2010-12-181-5/+2
* Added timezone offset parsing and outputting.nulltoken2010-12-101-0/+2
* Change the library include fileVicent Marti2010-12-061-1/+1
* Commit parents now use the common 'vector' codeVicent Marti2010-12-021-6/+2
* Fix internal memory management on the libraryVicent Marti2010-10-281-7/+0
* Add write-back support for Tag filesVicent Marti2010-10-071-1/+2
* Add setter methods & write support for git_commitVicent Marti2010-09-201-13/+5
* Give object structures more descriptive namesVicent Marti2010-09-191-1/+1
* Fix object handling in git_repositoryVicent Marti2010-08-121-1/+0
* Redesigned the walking/object lookup interfaceVicent Marti2010-08-121-35/+9
* Refactor parsing methodsVicent Marti2010-08-071-4/+4
* Add external API to access detailed commit attributesVicent Marti2010-07-151-6/+21
* Add support for tree objects in revision poolsVicent Marti2010-07-151-0/+4
* Changed revpool's object table to support arbitrary objectsVicent Marti2010-07-151-0/+1
* Added new error codes. Improved error handling.Vicent Marti2010-06-021-2/+2
* Fixed brace placement and converted spaces to tabs.Vicent Marti2010-06-021-15/+15
* Add topological sorting and new insertion methods for commit lists.Vicent Marti2010-06-021-3/+9
* Added sort method for commit lists.Vicent Marti2010-06-021-0/+1
* Add 'git_revpool_object' and 'git_revpool_table' structures.Vicent Marti2010-06-021-2/+3
* Changed 'git_commit_list' from a linked list to a doubly-linked list.Vicent Marti2010-06-021-7/+19
* Add arbritrary ordering revision walking.Vicent Marti2010-06-021-0/+1
* Split git_commit_lookup into separate functions.Vicent Marti2010-06-021-0/+2
* Add commit parents to parsed commits and commit lists to the revpool.Vicent Marti2010-06-021-0/+11
* Fixed indentation issues in commit.cVicent Marti2010-06-021-4/+4
* Add basic functionality for commit lookup/parsingVicent Marti2010-06-021-0/+9
* Fix some coding style issuesRamsay Jones2010-02-281-1/+1
* Cleanup formatting in our head files to be more consistentShawn O. Pearce2008-12-301-0/+1
* Get rid of GIT__PRIVATE macroAndreas Ericsson2008-11-221-0/+14