summaryrefslogtreecommitdiff
path: root/object.go
AgeCommit message (Expand)Author
2021-09-05Make all non-user-creatable structures non-comparable (#802)lhchavez
2020-12-10Ensure that no pointer handles leak during the test (#712)lhchavez
2020-12-05Mark some symbols to be deprecated #minor (#698)lhchavez
2019-02-11Uprev vendored libgit2 to v0.28lhchavez
2019-01-05Use git_object_t instead of deprecated git_otypeCarlos Martín Nieto
2018-08-08Remove uses of deprecated git_buf_freeCarlos Martín Nieto
2017-07-08Add Objecer interfaceCarlos Martín Nieto
2017-07-08Third round of keep-alive aditionsCarlos Martín Nieto
2017-04-19Add support for getting short object IdAnkur Mittal
2015-08-04Move from an Object interface to a typeCarlos Martín Nieto
2015-08-01Add ability to peel any git objectCalin Seciu
2015-03-04go fmtMark Probst
2014-12-11Remove useless includesCarlos Martín Nieto
2014-10-28Make the constants have typesCarlos Martín Nieto
2014-06-09add support for annotated tagsFrank Benkstein
2014-05-26Keep a pointer to the repository in the objects and referencesCarlos Martín Nieto
2014-05-25Give Object and Reference an Onwer accessorCarlos Martín Nieto
2014-04-01Adjust to Go tip changesCarlos Martín Nieto
2013-11-14ObjectType: capitalise TagCarlos Martín Nieto
2013-11-14Don't repeat the pkg-config lineCarlos Martín Nieto
2013-09-12Camel-case constantsCarlos Martín Nieto
2013-09-11Object types are constantsCarlos Martín Nieto
2013-04-25Merge pull request #16 from Merovius/pointerrecvVicent Martí
2013-04-26Give gitObject.Free a pointer-receiverAxel Wagner
2013-04-26Add String() Method to ObjectTypeAxel Wagner
2013-04-18Ok, now with shared base objectVicent Marti
2013-04-16Take 2 on polymorphismVicent Marti