Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | notes: add git_note_default_ref() | Michael Schubert | 2012-05-03 | 1 | -0/+10 |
| | | | | | Add git_note_default_ref to allow easy retrieval of the currently set default notes reference. | ||||
* | Add git notes API | schu | 2012-02-15 | 1 | -0/+97 |
This commit adds basic git notes support to libgit2, namely: * git_note_read * git_note_message * git_note_oid * git_note_create * git_note_remove In the long run, we probably want to provide some convenience callback mechanism for merging and moving (filter-branch) notes. Signed-off-by: schu <schu-github@schulog.org> |