summaryrefslogtreecommitdiff
path: root/include/git2/commit.h
Commit message (Expand)AuthorAgeFilesLines
* git_object_dup: introduce typesafe versionsEdward Thomson2016-03-231-0/+9
* commit: add function to attach a signature to a commitcmn/commit-with-signatureCarlos Martín Nieto2016-03-151-0/+21
* commit: split creating the commit and writing it outcmn/commit-to-memoryCarlos Martín Nieto2016-03-081-0/+46
* commit: expose the different kinds of errorsCarlos Martín Nieto2016-02-161-0/+6
* Introduce git_commit_extract_signaturegpgsignCarlos Martín Nieto2016-02-091-0/+12
* commit: introduce `git_commit_body`Patrick Steinhardt2015-12-011-0/+13
* commit: allow retrieving an arbitrary header fieldcmn/commit-header-fieldCarlos Martín Nieto2015-06-221-0/+11
* commit: safer commit creation with reference updatecmn/commit-create-safeCarlos Martín Nieto2014-04-301-2/+3
* Add git_commit_amend APIRussell Belfer2014-02-071-7/+38
* Introduce git_revert to revert a single commitEdward Thomson2013-12-021-0/+11
* commit: Introduce git_commit_message_raw()nulltoken2013-10-031-0/+11
* Some documentation improvementsRussell Belfer2013-08-281-4/+12
* Add raw header access to commit APIRussell Belfer2013-07-101-0/+8
* Fixed most documentation header bugsAndreas Linde2013-06-241-1/+1
* Add cat-file example and increase const use in APIRussell Belfer2013-05-161-2/+7
* Add git_commit_owner to the public interfaceJ. David Ibáñez2013-05-071-0/+8
* object: Explicitly define helper API methods for all obj typesVicent Marti2013-04-301-16/+4
* Move git_commit_create_from_oids into sys/commit.hRussell Belfer2013-04-211-67/+41
* Added git_commit_create_oidJohn Wiegley2013-04-211-0/+20
* update copyrightsEdward Thomson2013-01-081-1/+1
* More external API cleanupVicent Marti2012-11-271-16/+19
* portability: Improve x86/amd64 compatibilitynulltoken2012-07-241-1/+1
* commit: properly export git_commit_nth_gen_ancestor()Carlos Martín Nieto2012-07-121-1/+1
* commit: introduce git_commit_nth_gen_ancestor()nulltoken2012-07-121-0/+19
* message: Expose git_message_prettify()nulltoken2012-06-191-2/+2
* errors: Rename the generic return codesVicent Martí2012-05-181-5/+5
* commit/tag: ensure the message is cleaned upnulltoken2012-05-071-0/+6
* commit: actually allow yet to be born update_refschu2012-02-151-1/+2
* Update Copyright headerschu2012-02-131-1/+1
* Rename all `_close` methodsVicent Marti2011-11-261-3/+3
* Tabify everythingVicent Marti2011-09-191-5/+5
* Cleanup legal dataVicent Marti2011-09-191-22/+4
* Standardized doxygen @return lines for int functions to say "GIT_SUCCESS or a...David Boyce2011-09-131-5/+5
* commit: Add support for Encoding headerVicent Marti2011-08-121-3/+14
* Remove redundant methods from the APIVicent Marti2011-06-281-61/+12
* Update documentationVicent Marti2011-06-161-2/+1
* Added methods to search objects of different typesMarc Pegon2011-06-061-0/+18
* Added git_commit_tree_oid and git_commit_parent_oid.Sam2011-04-081-0/+20
* Do not return on `void` helper methodsVicent Marti2011-03-231-1/+1
* Add close wappers for commit, tree, tag and blobCarlos Martín Nieto2011-03-231-0/+17
* Switch from time_t to git_time_tnulltoken2011-03-231-1/+1
* I broke your bindingsVicent Marti2011-03-201-41/+118
* Fix the retarded object interdependency systemVicent Marti2011-03-141-6/+10
* Move the external includes folder from `src` to `include`Vicent Marti2011-03-031-0/+184