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
2018-12-01object_type: use new enumeration namesEdward Thomson
2018-11-21commit: fix out-of-bound reads when parsing truncated author fieldsPatrick Steinhardt
2018-10-25commit: fix reading out of bounds when parsing encodingPatrick Steinhardt
2018-06-22commit: implement function to parse raw dataPatrick Steinhardt
2018-06-15mailmap: API and style cleanupNika Layzell
2018-06-15mailmap: Integrate mailmaps with blame and signaturesNika Layzell
2018-06-10Convert usage of `git_buf_free` to new `git_buf_dispose`Patrick Steinhardt
2017-07-03Make sure to always include "common.h" firstPatrick Steinhardt
2017-03-03git_commit_create: freshen tree objects in commitEdward Thomson
2017-02-13commit: avoid possible use-after-freePatrick Steinhardt
2017-02-13commit: clear user-provided buffersPatrick Steinhardt
2016-12-29giterr_set: consistent error messagesEdward Thomson
2016-10-09commit: always initialize commit messagePatrick Steinhardt
2016-06-01checkout: drop unused repoEdward Thomson
2016-05-03Fix `git_commit_create` for an initial commitJohn Haley
2016-03-24git_object_dup: introduce typesafe versionsEdward 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-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-01commit: introduce `git_commit_body`Patrick Steinhardt
2015-11-04Fix git_commit_summary to convert newlines to spaces even afterStjepan Rajko
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