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
2015-06-22commit: allow retrieving an arbitrary header fieldCarlos Martín Nieto
2015-06-11commit: ignore multiple author fieldsCarlos Martín Nieto
2015-03-03Remove the signature from ref-modifying functionsCarlos Martín Nieto
2015-02-15Remove extra semicolon outside of a functionStefan Widgren
2014-10-27git_rebase_commit: write HEAD's reflog appropriatelyEdward Thomson
2014-04-30commit: safer commit creation with reference updateCarlos Martín Nieto
2014-03-07commit: simplify and correct refcounting in nth_gen_ancestorCarlos Martín Nieto
2014-02-25Remove now-duplicated stdarg.h includeEdward Thomson
2014-02-08Add git_commit_amend APIRussell Belfer
2014-02-06Merge remote-tracking branch 'libgit2/development' into bs/more-reflog-stuffBen Straub
2014-02-05commit: faster parsingCarlos Martín Nieto
2014-02-05Fix reflog message when creating commitsBen Straub
2014-01-25commit: remvoe legacy 'oid' namingCarlos Martín Nieto
2014-01-22Summarize empty messagesEdward Thomson
2014-01-15refs: remove the _with_log differentiationCarlos Martín Nieto
2013-12-08commit: Fix potential segfault in git_commit_messagePaul Holden
2013-12-03Introduce git_revert to revert a single commitEdward Thomson
2013-10-03commit: Introduce git_commit_message_raw()nulltoken
2013-09-30commit: Trim message leading newlinesnulltoken
2013-07-11Fix warnings on Win64Russell Belfer
2013-07-10Convert commit->parent_ids to git_array_tRussell Belfer
2013-07-10Add raw header access to commit APIRussell Belfer
2013-05-16Add cat-file example and increase const use in APIRussell Belfer
2013-05-11Fix broken build when MSVC SDL checks is enabledLinquize
2013-05-05commit: make create_from_oids() accept plain oidnulltoken
2013-05-05commit: guard create() against not owned treesnulltoken
2013-04-22Simplify object table parse functionsRussell Belfer
2013-04-22Add callback to git_objects_tableRussell Belfer
2013-04-22Use git_odb_object_data/_size whereever possibleRussell Belfer
2013-04-22What has science done.Vicent Marti
2013-04-21Move git_commit_create_from_oids into sys/commit.hRussell Belfer
2013-04-21Added git_commit_create_oidJohn Wiegley
2013-04-15commit: correctly detect the start of the commit messageCarlos Martín Nieto
2013-03-18Several warnings detected by static code analyzer fixedArkadiy Shapkin
2013-03-07immutable references and a pluggable ref databaseEdward Thomson
2013-01-27Vector improvements and their falloutPhilip Kelley
2013-01-20commit: don't include the LF in the header field valueCarlos Martín Nieto
2013-01-18Add skipping of unknown commit headersRussell Belfer
2013-01-09update copyrightsEdward Thomson
2012-11-28More external API cleanupVicent Marti
2012-07-24portability: Improve x86/amd64 compatibilitynulltoken
2012-07-12commit: introduce git_commit_nth_gen_ancestor()nulltoken
2012-07-12commit: reduce code duplicationnulltoken
2012-06-15Fix broken tests caused by no longer prettifying by defaultTim Clem
2012-06-15Kill message_prettify - we will export insteadTim Clem
2012-06-15Don't strip comments (#) from commit messages by defaultTim Clem
2012-06-07Add git_reset()nulltoken
2012-05-19CleanupMichael Schubert
2012-05-07commit/tag: ensure the message is cleaned upnulltoken
2012-04-26error handling: move the missing parts over to the new error handlingCarlos Martín Nieto