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 new names in internal APIs and usageEdward Thomson
2019-01-17references: use new names in internal usageEdward Thomson
2018-12-01object_type: use new enumeration namesEdward Thomson
2018-11-09signature: fix out-of-bounds read when parsing timezone offsetPatrick Steinhardt
2018-07-13treewide: remove use of C++ style commentsPatrick Steinhardt
2018-06-10Convert usage of `git_buf_free` to new `git_buf_dispose`Patrick Steinhardt
2017-11-12signature: distinguish +0000 and -0000 UTC offsetsHenry Kleynhans
2016-05-04Fix initial commit testJohn Haley
2016-05-03Add tests for creating an initial commitJohn Haley
2016-04-28Introduce `git_signature_from_buffer`Edward Thomson
2016-03-17Merge pull request #3673 from libgit2/cmn/commit-with-signatureEdward Thomson
2016-03-17commit: fix extraction of single-line signaturesCarlos Martín Nieto
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-29turn on strict object validation by defaultEdward Thomson
2016-02-28git_commit: validate tree and parent idsEdward Thomson
2016-02-16commit: expose the different kinds of errorsCarlos Martín Nieto
2016-02-12commit: don't forget the last header fieldCarlos Martín Nieto
2016-02-09Merge pull request #3599 from libgit2/gpgsignVicent Marti
2016-02-09Introduce git_commit_extract_signatureCarlos Martín Nieto
2016-02-09commit: also match the first header field when searchingCarlos Martín Nieto
2015-12-17commit: Fix memory leak in test suiteVicent Marti
2015-12-01commit: introduce `git_commit_body`Patrick Steinhardt
2015-11-04Fix git_commit_summary to convert newlines to spaces even afterStjepan Rajko
2015-10-21signature: Strip crud just like Git doesVicent Marti
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
2014-09-10signature: don't allow empty emailsCarlos Martín Nieto
2014-07-01Introduce cl_assert_equal_oidEdward Thomson
2014-04-30commit: safer commit creation with reference updateCarlos Martín Nieto
2014-02-05Fix reflog message when creating commitsBen Straub
2014-01-22Summarize empty messagesEdward Thomson
2014-01-15refs: remove the _with_log differentiationCarlos Martín Nieto
2013-12-03Introduce git_revert to revert a single commitEdward Thomson
2013-11-15Rename tests-clar to testsBen Straub