summaryrefslogtreecommitdiff
path: root/commit.go
AgeCommit message (Expand)Author
2021-09-05libgit2 v1.2.0 #majorlhchavez
2021-09-05Make all non-user-creatable structures non-comparable (#802)lhchavez
2021-09-04Add `CreateCommitWithSignature` (#782)lhchavez
2021-09-04Add `Repository.CreateCommitBuffer` (#781)lhchavez
2020-08-18Add support for creating signed commits and signing commits during a rebase (...michael boulton
2019-05-10Add Commit.MessageEncoding() method.Takuji Shimokawa
2018-08-08Remove uses of deprecated git_buf_freeCarlos Martín Nieto
2017-07-08Add Objecer interfaceCarlos Martín Nieto
2017-07-08First round of mass keep-alive additionsCarlos Martín Nieto
2017-07-07commit: add keep-alives for those that need conversion to pointer receiversCarlos Martín Nieto
2017-07-07commit: add thread locking to signature extractionCarlos Martín Nieto
2017-07-06Added Commit.ExtractSignature to wrap git_commit_extract_signatureKatolaZ
2016-09-09Add method to fetch raw commit messageKarsten Dambekalns
2015-08-04Move from an Object interface to a typeCarlos Martín Nieto
2015-03-23Add Commit.AmendMark Probst
2015-03-04Add commit summary getterMark Probst
2015-03-04Default signatureMark Probst
2014-12-11Remove useless includesCarlos Martín Nieto
2014-05-26Keep a pointer to the repository in the objects and referencesCarlos Martín Nieto
2014-04-01Adjust to Go tip changesCarlos Martín Nieto
2014-02-26Added git error code to the error object.Jesper Hansen
2014-02-23Merge commit 'refs/pull/53/head' of github.com:libgit2/git2goCarlos Martín Nieto
2013-12-18Lock the OS thread when acessing errorsCarlos Martín Nieto
2013-11-14Fix memleak for Config and parent commit objectsArtiom Di
2013-06-13Merge pull request #13 from libgit2/polymorphism-take-2Vicent Martí
2013-05-21Implement Parent()-functions for CommitsAxel Wagner
2013-04-18Ok, now with shared base objectVicent Marti
2013-04-16Take 2 on polymorphismVicent Marti
2013-03-06Use time.Time in the Signature structCarlos Martín Nieto
2013-03-06Repository.CreateCommitVicent Marti
2013-03-06Free Git objects via finalizers or manuallyCarlos Martín Nieto
2013-03-05Introduce SignatureCarlos Martín Nieto
2013-03-05Initial commitVicent Marti