Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/libgit2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-01-23git_error: use full class name in public error APIEdward Thomson
2018-06-15mailmap: Integrate mailmaps with blame and signaturesNika Layzell
2017-02-13commit: clear user-provided buffersPatrick Steinhardt
2016-03-24git_object_dup: introduce typesafe versionsEdward Thomson
2016-03-15commit: add function to attach a signature to a commitCarlos Martín Nieto
2016-03-08commit: split creating the commit and writing it outCarlos Martín Nieto
2016-02-16commit: expose the different kinds of errorsCarlos Martín Nieto
2016-02-09Introduce git_commit_extract_signatureCarlos Martín Nieto
2015-12-01commit: introduce `git_commit_body`Patrick Steinhardt
2015-06-22commit: allow retrieving an arbitrary header fieldCarlos Martín Nieto
2014-04-30commit: safer commit creation with reference updateCarlos Martín Nieto
2014-02-08Add git_commit_amend APIRussell Belfer
2013-12-03Introduce git_revert to revert a single commitEdward Thomson
2013-10-03commit: Introduce git_commit_message_raw()nulltoken
2013-08-28Some documentation improvementsRussell Belfer
2013-07-10Add raw header access to commit APIRussell Belfer
2013-06-24Fixed most documentation header bugsAndreas Linde
2013-05-16Add cat-file example and increase const use in APIRussell Belfer
2013-05-07Add git_commit_owner to the public interfaceJ. David Ibáñez
2013-04-30object: Explicitly define helper API methods for all obj typesVicent Marti
2013-04-21Move git_commit_create_from_oids into sys/commit.hRussell Belfer
2013-04-21Added git_commit_create_oidJohn Wiegley
2013-01-09update copyrightsEdward Thomson
2012-11-28More external API cleanupVicent Marti
2012-07-24portability: Improve x86/amd64 compatibilitynulltoken
2012-07-12commit: properly export git_commit_nth_gen_ancestor()Carlos Martín Nieto
2012-07-12commit: introduce git_commit_nth_gen_ancestor()nulltoken
2012-06-19message: Expose git_message_prettify()nulltoken
2012-05-18errors: Rename the generic return codesVicent Martí
2012-05-07commit/tag: ensure the message is cleaned upnulltoken
2012-02-15commit: actually allow yet to be born update_refschu
2012-02-13Update Copyright headerschu
2011-11-26Rename all `_close` methodsVicent Marti
2011-09-19Tabify everythingVicent Marti
2011-09-19Cleanup legal dataVicent Marti
2011-09-13Standardized doxygen @return lines for int functions to say "GIT_SUCCESS or a...David Boyce
2011-08-13commit: Add support for Encoding headerVicent Marti
2011-06-28Remove redundant methods from the APIVicent Marti
2011-06-16Update documentationVicent Marti
2011-06-06Added methods to search objects of different typesMarc Pegon
2011-04-08Added git_commit_tree_oid and git_commit_parent_oid.Sam
2011-03-23Do not return on `void` helper methodsVicent Marti
2011-03-23Add close wappers for commit, tree, tag and blobCarlos Martín Nieto
2011-03-23Switch from time_t to git_time_tnulltoken
2011-03-20I broke your bindingsVicent Marti
2011-03-15Fix the retarded object interdependency systemVicent Marti
2011-03-03Move the external includes folder from `src` to `include`Vicent Marti