Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | notes: make git_note_foreach() callback signature easier to cope with from a ↵ | nulltoken | 2012-05-16 | 1 | -3/+3 |
| | | | | binding perspective | ||||
* | Fix compilation warnings | nulltoken | 2012-05-14 | 1 | -3/+4 |
| | |||||
* | notes: add git_notes_foreach() | nulltoken | 2012-05-14 | 1 | -14/+96 |
| | |||||
* | Update test suite | Vicent Martí | 2012-05-02 | 1 | -2/+2 |
| | |||||
* | Discovered cl_git_strequal! Mounted a crusade! | Ben Straub | 2012-03-31 | 1 | -2/+2 |
| | |||||
* | tests-clar/notes: init oid before using | schu | 2012-02-23 | 1 | -0/+1 |
| | | | | | Reported-by: Carlos Martín Nieto <carlos@cmartin.tk> Signed-off-by: schu <schu-github@schulog.org> | ||||
* | Add git notes API | schu | 2012-02-15 | 1 | -0/+49 |
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> |