summaryrefslogtreecommitdiff
path: root/note.go
AgeCommit message (Collapse)Author
2021-09-05Make all non-user-creatable structures non-comparable (#802)lhchavez
This change makes all non-user-creatable structures non-comparable. This makes it easier to add changes later that don't introduce breaking changes from the go compatibility guarantees perspective. This, of course, implies that this change _is_ a breaking change, but since these structures are not intended to be created by users (or de-referenced), it should be okay.
2018-08-08Remove uses of deprecated git_buf_freeCarlos Martín Nieto
2017-07-08Third round of keep-alive aditionsCarlos Martín Nieto
2015-06-28Create a NotesCollection for managing notesCarlos Martín Nieto
As with the others, move these methods into their own namespace.
2015-01-08define Note methods on pointersBen Burkert
2015-01-07Add git note supportBen Burkert