summaryrefslogtreecommitdiff
path: root/commit.go
AgeCommit message (Expand)Author
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