summaryrefslogtreecommitdiff
path: root/odb.go
AgeCommit message (Collapse)Author
2013-05-21Implement git_odb_foreachAxel Wagner
2013-04-16Take 2 on polymorphismVicent Marti
2013-03-06Properly wrap ODB objectsVicent Marti
2013-03-06Free Git objects via finalizers or manuallyCarlos Martín Nieto
Provide a manual way of freeing objects, but set finalizers for them in case the user does not want to worry about memory management, which would be useful for commits or trees, which sare typically small. When the objects are freed manually, the finalizer is unset to avoid double-freeing, mimicking what the go runtime does.
2013-03-05Initial commitVicent Marti