summaryrefslogtreecommitdiff
path: root/tests-clar/notes/notesref.c
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.