summaryrefslogtreecommitdiff
path: root/tests-clar/notes
Commit message (Collapse)AuthorAgeFilesLines
* notes: add git_note_default_ref()Michael Schubert2012-05-031-0/+11
| | | | | Add git_note_default_ref to allow easy retrieval of the currently set default notes reference.
* notes: honor core.notesRefMichael Schubert2012-05-031-0/+46
| | | | | Setting core.notesRef allows to change the default notes reference used by Git. Check if set before using GIT_NOTES_DEFAULT_REF. Fixes #649.
* Update test suiteVicent Martí2012-05-021-2/+2
|
* Discovered cl_git_strequal! Mounted a crusade!Ben Straub2012-03-311-2/+2
|
* tests-clar/notes: init oid before usingschu2012-02-231-0/+1
| | | | | Reported-by: Carlos Martín Nieto <carlos@cmartin.tk> Signed-off-by: schu <schu-github@schulog.org>
* Add git notes APIschu2012-02-151-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>